Lines Matching refs:crypto_skcipher

131 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in skcipher_aes_setkey()
144 static int __maybe_unused xts_set_key(struct crypto_skcipher *tfm, in xts_set_key()
165 static int __maybe_unused essiv_cbc_set_key(struct crypto_skcipher *tfm, in essiv_cbc_set_key()
193 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt()
213 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt()
234 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk()
263 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt_walk()
291 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_encrypt()
348 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cts_cbc_decrypt()
403 static int __maybe_unused essiv_cbc_init_tfm(struct crypto_skcipher *tfm) in essiv_cbc_init_tfm()
412 static void __maybe_unused essiv_cbc_exit_tfm(struct crypto_skcipher *tfm) in essiv_cbc_exit_tfm()
421 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in essiv_cbc_encrypt()
443 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in essiv_cbc_decrypt()
465 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
502 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one()
527 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_encrypt()
599 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_decrypt()