Lines Matching defs:tfm
65 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_setkey()
89 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt() local
124 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_cbc_setkey()
148 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() local
163 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt() local
189 static int cbc_init(struct crypto_skcipher *tfm) in cbc_init()
205 static void cbc_exit(struct crypto_skcipher *tfm) in cbc_exit()
212 static int aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_ctr_setkey_sync()
233 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt() local
273 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one()
296 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_xts_setkey()
317 static int xts_init(struct crypto_skcipher *tfm) in xts_init()
332 static void xts_exit(struct crypto_skcipher *tfm) in xts_exit()
344 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt() local