• Home
  • Raw
  • Download

Lines Matching defs:tfm

147 		struct crypto_tfm *tfm;  member
245 static inline u32 cipher_cfg_enc(struct crypto_tfm *tfm) in cipher_cfg_enc()
250 static inline u32 cipher_cfg_dec(struct crypto_tfm *tfm) in cipher_cfg_dec()
255 static inline const struct ix_hash_algo *ix_hash(struct crypto_tfm *tfm) in ix_hash()
350 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in finish_scattered_hmac() local
564 static int init_tfm(struct crypto_tfm *tfm) in init_tfm()
580 static int init_tfm_ablk(struct crypto_tfm *tfm) in init_tfm_ablk()
586 static int init_tfm_aead(struct crypto_aead *tfm) in init_tfm_aead()
592 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm()
599 static void exit_tfm_aead(struct crypto_aead *tfm) in exit_tfm_aead()
604 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var()
660 static int setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned authsize, in setup_auth()
707 static int gen_rev_aes_key(struct crypto_tfm *tfm) in gen_rev_aes_key()
735 static int setup_cipher(struct crypto_tfm *tfm, int encrypt, in setup_cipher()
829 static int ablk_setkey(struct crypto_ablkcipher *tfm, const u8 *key, in ablk_setkey()
865 static int ablk_rfc3686_setkey(struct crypto_ablkcipher *tfm, const u8 *key, in ablk_rfc3686_setkey()
883 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in ablk_perform() local
966 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in ablk_rfc3686_crypt() local
989 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in aead_perform() local
1100 static int aead_setup(struct crypto_aead *tfm, unsigned int authsize) in aead_setup()
1144 static int aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in aead_setauthsize()
1153 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey()