Lines Matching refs:crypto_ablkcipher
760 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(wrparam->req); in create_cipher_wr()
869 static int chcr_cipher_fallback_setkey(struct crypto_ablkcipher *cipher, in chcr_cipher_fallback_setkey()
889 static int chcr_aes_cbc_setkey(struct crypto_ablkcipher *cipher, in chcr_aes_cbc_setkey()
921 static int chcr_aes_ctr_setkey(struct crypto_ablkcipher *cipher, in chcr_aes_ctr_setkey()
952 static int chcr_aes_rfc3686_setkey(struct crypto_ablkcipher *cipher, in chcr_aes_rfc3686_setkey()
1023 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_update_tweak()
1057 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_update_cipher_iv()
1091 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_final_cipher_iv()
1114 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_handle_cipher_resp()
1193 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in process_cipher()
1301 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_aes_encrypt()
1334 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in chcr_aes_decrypt()
2151 static int chcr_aes_xts_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in chcr_aes_xts_setkey()
2608 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(wrparam->req); in chcr_add_cipher_dst_ent()