Lines Matching defs:tfm
178 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_verify_tag() local
218 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_handle_aead_resp() local
368 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac()
570 static inline int get_cryptoalg_subtype(struct crypto_skcipher *tfm) in get_cryptoalg_subtype()
717 struct crypto_tfm *tfm = req->tfm; in get_qidxs() local
807 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(wrparam->req); in create_cipher_wr() local
1064 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_update_tweak() local
1105 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_update_cipher_iv() local
1139 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_final_cipher_iv() local
1167 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_handle_cipher_resp() local
1255 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in process_cipher() local
1371 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_aes_encrypt() local
1416 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chcr_aes_decrypt() local
1473 static int chcr_init_tfm(struct crypto_skcipher *tfm) in chcr_init_tfm()
1492 static int chcr_rfc3686_init(struct crypto_skcipher *tfm) in chcr_rfc3686_init()
1513 static void chcr_exit_tfm(struct crypto_skcipher *tfm) in chcr_exit_tfm()
1570 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in create_hash_wr() local
2095 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in chcr_handle_ahash_resp() local
2151 struct crypto_tfm *tfm = req->tfm; in chcr_handle_resp() local
2200 static int chcr_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in chcr_ahash_setkey()
2300 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq); in chcr_sha_init() local
2312 static int chcr_sha_cra_init(struct crypto_tfm *tfm) in chcr_sha_cra_init()
2343 static int chcr_hmac_cra_init(struct crypto_tfm *tfm) in chcr_hmac_cra_init()
2358 static void chcr_hmac_cra_exit(struct crypto_tfm *tfm) in chcr_hmac_cra_exit()
2372 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_common_exit() local
2380 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_common_init() local
2424 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_fallback() local
2442 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_authenc_wr() local
2586 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_dma_map() local
2647 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_dma_unmap() local
2714 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_add_aead_dst_ent() local
2760 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(wrparam->req); in chcr_add_cipher_dst_ent() local
2942 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in ccm_format_packet() local
2968 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in fill_sec_cpl_for_aead() local
3043 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_aead_ccm_wr() local
3140 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_gcm_wr() local
3254 static int chcr_aead_cra_init(struct crypto_aead *tfm) in chcr_aead_cra_init()
3270 static void chcr_aead_cra_exit(struct crypto_aead *tfm) in chcr_aead_cra_exit()
3277 static int chcr_authenc_null_setauthsize(struct crypto_aead *tfm, in chcr_authenc_null_setauthsize()
3286 static int chcr_authenc_setauthsize(struct crypto_aead *tfm, in chcr_authenc_setauthsize()
3325 static int chcr_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in chcr_gcm_setauthsize()
3361 static int chcr_4106_4309_setauthsize(struct crypto_aead *tfm, in chcr_4106_4309_setauthsize()
3385 static int chcr_ccm_setauthsize(struct crypto_aead *tfm, in chcr_ccm_setauthsize()
3743 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_op() local
3793 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_encrypt() local
3822 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_decrypt() local