Searched defs:tfm (Results 201 – 215 of 215) sorted by relevance
12
/linux-4.1.27/net/wireless/ |
D | lib80211_crypt_tkip.c | 648 struct crypto_hash *tfm = tkey->tx_tfm_michael; in lib80211_tkip_set_key() local
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamhash.c | 1748 static int caam_hash_cra_init(struct crypto_tfm *tfm) in caam_hash_cra_init() 1792 static void caam_hash_cra_exit(struct crypto_tfm *tfm) in caam_hash_cra_exit()
|
/linux-4.1.27/net/bluetooth/ |
D | smp.c | 162 static int aes_cmac(struct crypto_hash *tfm, const u8 k[16], const u8 *m, in aes_cmac() 367 static int smp_e(struct crypto_blkcipher *tfm, const u8 *k, u8 *r) in smp_e() 463 static int smp_ah(struct crypto_blkcipher *tfm, const u8 irk[16], in smp_ah()
|
/linux-4.1.27/drivers/md/ |
D | dm-verity.c | 60 struct crypto_shash *tfm; member
|
/linux-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.c | 88 struct crypto_blkcipher *tfm; in aes_get_sizes() local
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1093 static int cryp_cra_init(struct crypto_tfm *tfm) in cryp_cra_init()
|
/linux-4.1.27/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 237 struct crypto_ablkcipher *tfm; member
|
D | crypto.c | 1751 int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_blkcipher **tfm, in ecryptfs_get_tfm_and_mutex_for_cipher_name()
|
/linux-4.1.27/drivers/crypto/ |
D | hifn_795x.c | 2050 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in hifn_setkey() local 2472 static int hifn_cra_init(struct crypto_tfm *tfm) in hifn_cra_init()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nl.c | 2075 alloc_hash(struct crypto_hash **tfm, char *tfm_name, int err_alg) in alloc_hash()
|
D | drbd_receiver.c | 3448 struct crypto_hash *tfm; in drbd_crypto_alloc_digest_safe() local
|
/linux-4.1.27/kernel/ |
D | kexec.c | 2183 struct crypto_shash *tfm; in kexec_calculate_store_digests() local
|
/linux-4.1.27/include/net/ |
D | tcp.h | 1367 struct crypto_cipher *tfm; member
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 1219 struct crypto_cipher *tfm; member 1300 struct crypto_cipher *tfm) in age_mic_context() 1632 struct crypto_cipher *tfm) in emmh32_setseed()
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 6324 struct crypto_hash *tfm = NULL; in sctp_listen_start() local
|
12