Lines Matching defs:tfm
284 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm) in aesni_rfc4106_gcm_ctx_get()
304 static int aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, in aes_set_key_common()
328 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
334 static void aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_encrypt()
347 static void aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aes_decrypt()
360 static void __aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in __aes_encrypt()
367 static void __aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in __aes_decrypt()
534 static int ablk_ecb_init(struct crypto_tfm *tfm) in ablk_ecb_init()
539 static int ablk_cbc_init(struct crypto_tfm *tfm) in ablk_cbc_init()
545 static int ablk_ctr_init(struct crypto_tfm *tfm) in ablk_ctr_init()
553 static int ablk_pcbc_init(struct crypto_tfm *tfm) in ablk_pcbc_init()
569 static int lrw_aesni_setkey(struct crypto_tfm *tfm, const u8 *key, in lrw_aesni_setkey()
583 static void lrw_aesni_exit_tfm(struct crypto_tfm *tfm) in lrw_aesni_exit_tfm()
638 static int xts_aesni_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_aesni_setkey()
944 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_encrypt() local
1023 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_decrypt() local
1102 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_encrypt() local
1115 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_decrypt() local