Lines Matching refs:crypto_tfm
147 struct crypto_tfm *tfm;
235 static inline u32 cipher_cfg_enc(struct crypto_tfm *tfm) in cipher_cfg_enc()
240 static inline u32 cipher_cfg_dec(struct crypto_tfm *tfm) in cipher_cfg_dec()
245 static inline const struct ix_hash_algo *ix_hash(struct crypto_tfm *tfm) in ix_hash()
554 static int init_tfm(struct crypto_tfm *tfm) in init_tfm()
570 static int init_tfm_ablk(struct crypto_tfm *tfm) in init_tfm_ablk()
576 static int init_tfm_aead(struct crypto_tfm *tfm) in init_tfm_aead()
582 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm()
589 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var()
645 static int setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned authsize, in setup_auth()
692 static int gen_rev_aes_key(struct crypto_tfm *tfm) in gen_rev_aes_key()
720 static int setup_cipher(struct crypto_tfm *tfm, int encrypt, in setup_cipher()