Lines Matching defs:tfm

143 		struct crypto_tfm *tfm;  member
247 static inline u32 cipher_cfg_enc(struct crypto_tfm *tfm) in cipher_cfg_enc()
252 static inline u32 cipher_cfg_dec(struct crypto_tfm *tfm) in cipher_cfg_dec()
257 static inline const struct ix_hash_algo *ix_hash(struct crypto_tfm *tfm) in ix_hash()
355 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in finish_scattered_hmac() local
393 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in one_packet() local
614 static int init_tfm(struct crypto_tfm *tfm) in init_tfm()
630 static int init_tfm_ablk(struct crypto_skcipher *tfm) in init_tfm_ablk()
652 static int init_tfm_aead(struct crypto_aead *tfm) in init_tfm_aead()
658 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm()
666 static void exit_tfm_ablk(struct crypto_skcipher *tfm) in exit_tfm_ablk()
675 static void exit_tfm_aead(struct crypto_aead *tfm) in exit_tfm_aead()
680 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var()
736 static int setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned int authsize, in setup_auth()
783 static int gen_rev_aes_key(struct crypto_tfm *tfm) in gen_rev_aes_key()
811 static int setup_cipher(struct crypto_tfm *tfm, int encrypt, const u8 *key, in setup_cipher()
901 static int ablk_setkey(struct crypto_skcipher *tfm, const u8 *key, in ablk_setkey()
931 static int ablk_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, in ablk_des3_setkey()
938 static int ablk_rfc3686_setkey(struct crypto_skcipher *tfm, const u8 *key, in ablk_rfc3686_setkey()
956 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in ixp4xx_cipher_fallback() local
975 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ablk_perform() local
1068 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ablk_rfc3686_crypt() local
1091 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in aead_perform() local
1203 static int aead_setup(struct crypto_aead *tfm, unsigned int authsize) in aead_setup()
1235 static int aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in aead_setauthsize()
1244 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey()
1271 static int des3_aead_setkey(struct crypto_aead *tfm, const u8 *key, in des3_aead_setkey()