Lines Matching defs:tfm

284 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm)  in aesni_rfc4106_gcm_ctx_get()
303 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common()
327 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
333 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
346 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
359 static void __aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in __aes_encrypt()
366 static void __aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in __aes_decrypt()
533 static int ablk_ecb_init(struct crypto_tfm *tfm) in ablk_ecb_init()
538 static int ablk_cbc_init(struct crypto_tfm *tfm) in ablk_cbc_init()
544 static int ablk_ctr_init(struct crypto_tfm *tfm) in ablk_ctr_init()
552 static int ablk_pcbc_init(struct crypto_tfm *tfm) in ablk_pcbc_init()
568 static int lrw_aesni_setkey(struct crypto_tfm *tfm, const u8 *key, in lrw_aesni_setkey()
582 static void lrw_aesni_exit_tfm(struct crypto_tfm *tfm) in lrw_aesni_exit_tfm()
637 static int xts_aesni_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_aesni_setkey()
793 static int rfc4106_init(struct crypto_tfm *tfm) in rfc4106_init()
815 static void rfc4106_exit(struct crypto_tfm *tfm) in rfc4106_exit()
899 struct crypto_tfm *tfm = crypto_aead_tfm(aead); in common_rfc4106_set_key() local
1002 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in __driver_rfc4106_encrypt() local
1088 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in __driver_rfc4106_decrypt() local
1174 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_encrypt() local
1195 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_decrypt() local