Home
last modified time | relevance | path

Searched refs:crypto_aead_reqtfm (Results 1 – 17 of 17) sorted by relevance

/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c73 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_calculate_auth_mac()
137 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt()
177 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_encrypt()
196 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_decrypt()
H A Dsm4-ce-ccm-glue.c55 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_format_input()
92 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac()
193 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt()
220 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
/linux/crypto/
H A Dseqiv.c32 geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt_complete2()
49 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt()
101 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_decrypt()
H A Dauthenc.c112 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_finish()
147 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv()
189 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt()
231 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail()
280 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt()
H A Dauthencesn.c87 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv_tail()
116 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv()
161 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_encrypt()
200 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt_tail()
255 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt()
H A Dessiv.c185 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in essiv_aead_crypt()
H A Dtestmgr.c2038 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in test_aead_vec_cfg()
2133 crypto_aead_reqtfm(req) != tfm || in test_aead_vec_cfg()
2149 if (crypto_aead_reqtfm(req) != tfm) in test_aead_vec_cfg()
2313 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in generate_aead_message()
2383 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in generate_random_aead_testvec()
2606 ctx->tfm = crypto_aead_reqtfm(req); in test_aead_slow()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c215 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_aes_gcm_enc()
249 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_aes_gcm_dec()
442 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_rfc4106_enc()
474 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in nitrox_rfc4106_dec()
/linux/include/crypto/
H A Daead.h408 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm() function
415 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_sync_aead_reqtfm()
/linux/drivers/crypto/caam/
H A Dcaamalg.c1142 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job()
1203 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_gcm_job()
1233 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_chachapoly_job()
1267 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_authenc_job()
1389 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
1555 struct crypto_aead *aead = crypto_aead_reqtfm(req); in chachapoly_crypt()
1589 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt()
1623 struct caam_ctx *ctx = crypto_aead_ctx_dma(crypto_aead_reqtfm(req)); in aead_do_one_req()
1648 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt()
H A Dcaamalg_qi.c897 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap()
922 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in aead_done()
944 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
1164 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt()
H A Dcaamalg_qi2.c356 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
1266 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap()
1293 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done()
1314 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done()
1331 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt()
1359 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c106 tfm = crypto_aead_reqtfm(req); in validate_hmac_cipher_null()
889 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_aead_ctx_hdr()
974 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_hmac_ctx_hdr()
1142 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cpt_aead_enc_dec()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1164 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_ccm_crypt_init()
1201 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_ccm_do_one_req()
1278 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_gcm_do_one_req()
1438 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in tegra_aead_crypt()
/linux/drivers/crypto/bcm/
H A Dcipher.c2506 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_need_fallback()
2573 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_do_fallback()
2599 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_enqueue()
2666 crypto_aead_ivsize(crypto_aead_reqtfm(req)); in aead_enqueue()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c547 crypto_aead_reqtfm(aead_req)); in crypto4xx_aead_done()
/linux/net/tls/
H A Dtls_sw.c190 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in tls_decrypt_done()