Lines Matching defs:tfm
94 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, in setkey_fallback_cip()
113 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
135 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt()
160 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt()
185 static int fallback_init_cip(struct crypto_tfm *tfm) in fallback_init_cip()
202 static void fallback_exit_cip(struct crypto_tfm *tfm) in fallback_exit_cip()
232 static int setkey_fallback_blk(struct crypto_tfm *tfm, const u8 *key, in setkey_fallback_blk()
256 struct crypto_blkcipher *tfm; in fallback_blk_dec() local
273 struct crypto_blkcipher *tfm; in fallback_blk_enc() local
285 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ecb_aes_set_key()
366 static int fallback_init_blk(struct crypto_tfm *tfm) in fallback_init_blk()
383 static void fallback_exit_blk(struct crypto_tfm *tfm) in fallback_exit_blk()
414 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in cbc_aes_set_key()
531 static int xts_fallback_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_fallback_setkey()
555 struct crypto_blkcipher *tfm; in xts_fallback_decrypt() local
572 struct crypto_blkcipher *tfm; in xts_fallback_encrypt() local
584 static int xts_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in xts_aes_set_key()
690 static int xts_fallback_init(struct crypto_tfm *tfm) in xts_fallback_init()
706 static void xts_fallback_exit(struct crypto_tfm *tfm) in xts_fallback_exit()
740 static int ctr_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ctr_aes_set_key()