Lines Matching defs:tfm

174 	struct crypto_aead *tfm = crypto_aead_reqtfm(req);  in chcr_verify_tag()  local
214 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_handle_aead_resp() local
364 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac()
566 static inline int get_cryptoalg_subtype(struct crypto_skcipher *tfm) in get_cryptoalg_subtype()
713 struct crypto_tfm *tfm = req->tfm; in get_qidxs() local
800 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(wrparam->req); in create_cipher_wr() local
1057 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_update_tweak() local
1098 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_update_cipher_iv() local
1132 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_final_cipher_iv() local
1160 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_handle_cipher_resp() local
1248 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in process_cipher() local
1364 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_aes_encrypt() local
1409 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_aes_decrypt() local
1466 static int chcr_init_tfm(struct crypto_skcipher *tfm) in chcr_init_tfm()
1485 static int chcr_rfc3686_init(struct crypto_skcipher *tfm) in chcr_rfc3686_init()
1506 static void chcr_exit_tfm(struct crypto_skcipher *tfm) in chcr_exit_tfm()
1564 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in create_hash_wr() local
2089 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in chcr_handle_ahash_resp() local
2145 struct crypto_tfm *tfm = req->tfm; in chcr_handle_resp() local
2194 static int chcr_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in chcr_ahash_setkey()
2295 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in chcr_sha_init() local
2307 static int chcr_sha_cra_init(struct crypto_tfm *tfm) in chcr_sha_cra_init()
2338 static int chcr_hmac_cra_init(struct crypto_tfm *tfm) in chcr_hmac_cra_init()
2353 static void chcr_hmac_cra_exit(struct crypto_tfm *tfm) in chcr_hmac_cra_exit()
2367 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_common_exit() local
2375 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_common_init() local
2419 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_fallback() local
2437 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_authenc_wr() local
2581 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_dma_map() local
2642 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_dma_unmap() local
2709 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_add_aead_dst_ent() local
2755 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(wrparam->req); in chcr_add_cipher_dst_ent() local
2937 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in ccm_format_packet() local
2963 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in fill_sec_cpl_for_aead() local
3038 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_aead_ccm_wr() local
3135 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_gcm_wr() local
3249 static int chcr_aead_cra_init(struct crypto_aead *tfm) in chcr_aead_cra_init()
3266 static void chcr_aead_cra_exit(struct crypto_aead *tfm) in chcr_aead_cra_exit()
3273 static int chcr_authenc_null_setauthsize(struct crypto_aead *tfm, in chcr_authenc_null_setauthsize()
3282 static int chcr_authenc_setauthsize(struct crypto_aead *tfm, in chcr_authenc_setauthsize()
3321 static int chcr_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in chcr_gcm_setauthsize()
3357 static int chcr_4106_4309_setauthsize(struct crypto_aead *tfm, in chcr_4106_4309_setauthsize()
3381 static int chcr_ccm_setauthsize(struct crypto_aead *tfm, in chcr_ccm_setauthsize()
3739 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_op() local
3789 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_encrypt() local
3818 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_decrypt() local