Lines Matching defs:tfm

137 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in skcipher_aes_setkey()
145 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, in xts_set_key()
162 static int __maybe_unused essiv_cbc_set_key(struct crypto_skcipher *tfm, in essiv_cbc_set_key()
181 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() local
201 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt() local
222 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk() local
251 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt_walk() local
279 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt() local
336 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt() local
391 static int __maybe_unused essiv_cbc_init_tfm(struct crypto_skcipher *tfm) in essiv_cbc_init_tfm()
400 static void __maybe_unused essiv_cbc_exit_tfm(struct crypto_skcipher *tfm) in essiv_cbc_exit_tfm()
409 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in essiv_cbc_encrypt() local
431 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in essiv_cbc_decrypt() local
453 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xctr_encrypt() local
499 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt() local
543 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt() local
615 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt() local
800 static int cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cbcmac_setkey()
817 static int cmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cmac_setkey()
841 static int xcbc_setkey(struct crypto_shash *tfm, const u8 *in_key, in xcbc_setkey()