Lines Matching defs:tfm
95 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, in setkey_fallback_cip()
114 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
136 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_encrypt()
161 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aes_decrypt()
186 static int fallback_init_cip(struct crypto_tfm *tfm) in fallback_init_cip()
203 static void fallback_exit_cip(struct crypto_tfm *tfm) in fallback_exit_cip()
233 static int setkey_fallback_blk(struct crypto_tfm *tfm, const u8 *key, in setkey_fallback_blk()
257 struct crypto_blkcipher *tfm; in fallback_blk_dec() local
274 struct crypto_blkcipher *tfm; in fallback_blk_enc() local
286 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ecb_aes_set_key()
367 static int fallback_init_blk(struct crypto_tfm *tfm) in fallback_init_blk()
384 static void fallback_exit_blk(struct crypto_tfm *tfm) in fallback_exit_blk()
415 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in cbc_aes_set_key()
532 static int xts_fallback_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_fallback_setkey()
556 struct crypto_blkcipher *tfm; in xts_fallback_decrypt() local
573 struct crypto_blkcipher *tfm; in xts_fallback_encrypt() local
585 static int xts_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in xts_aes_set_key()
691 static int xts_fallback_init(struct crypto_tfm *tfm) in xts_fallback_init()
707 static void xts_fallback_exit(struct crypto_tfm *tfm) in xts_fallback_exit()
741 static int ctr_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ctr_aes_set_key()