Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/crypto/nx/
H A Dnx-aes-gcm.c170 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gmac()
243 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm_empty()
290 crypto_aead_authsize(crypto_aead_reqtfm(req))); in gcm_empty()
308 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm_aes_nx_crypt()
347 nbytes -= crypto_aead_authsize(crypto_aead_reqtfm(req)); in gcm_aes_nx_crypt()
394 crypto_aead_authsize(crypto_aead_reqtfm(req))); in gcm_aes_nx_crypt()
401 crypto_aead_authsize(crypto_aead_reqtfm(req))); in gcm_aes_nx_crypt()
403 crypto_aead_authsize(crypto_aead_reqtfm(req))) ? in gcm_aes_nx_crypt()
434 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm4106_aes_nx_encrypt()
451 crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm4106_aes_nx_decrypt()
/linux-6.15/crypto/
H A Dchacha20poly1305.c86 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_iv()
125 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_decrypt()
171 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in poly_tail()
201 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipherpad()
230 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipher()
260 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_adpad()
289 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_ad()
313 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_setkey()
339 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_init()
362 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in poly_genkey()
[all …]
H A Dkrb5enc.c140 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_dispatch_encrypt()
170 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_insert_checksum()
184 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_encrypt_ahash_done()
207 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_dispatch_encrypt_hash()
247 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_verify_hash()
279 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_dispatch_decrypt_hash()
308 struct crypto_aead *krb5enc = crypto_aead_reqtfm(req); in krb5enc_dispatch_decrypt()
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()
110 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_decrypt()
H A Dauthenc.c115 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done()
134 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv()
175 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_copy_assoc()
190 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt()
228 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail()
275 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt()
H A Dauthencesn.c89 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv_tail()
118 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv()
163 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_copy()
177 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_encrypt()
216 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt_tail()
264 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt()
H A Dccm.c65 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_ccm_reqctx()
131 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input()
173 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth()
231 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done()
288 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt()
328 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done()
347 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt()
606 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4309_crypt()
H A Dechainiv.c28 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in echainiv_encrypt()
87 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in echainiv_decrypt()
H A Dgcm.c87 unsigned long align = crypto_aead_alignmask(crypto_aead_reqtfm(req)); in crypto_gcm_reqctx()
180 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt()
400 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in gcm_hash()
412 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash()
466 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify()
501 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt()
721 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4106_crypt()
926 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_crypt()
957 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_copy_src_to_dst()
H A Daegis128-core.c388 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_encrypt_generic()
411 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_decrypt_generic()
449 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_encrypt_simd()
474 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_decrypt_simd()
H A Daead.c86 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_aead_encrypt()
97 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_aead_decrypt()
H A Dpcrypt.c98 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_encrypt()
149 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_decrypt()
/linux-6.15/drivers/crypto/
H A Domap-aes-gcm.c95 struct crypto_aead *aead = crypto_aead_reqtfm(req); in omap_aes_gcm_copy_buffers()
179 struct omap_aes_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in do_encrypt_iv()
222 struct omap_aes_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_gcm_prepare_req()
242 struct crypto_aead *aead = crypto_aead_reqtfm(req); in omap_aes_gcm_crypt()
291 struct omap_aes_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_4106gcm_encrypt()
303 struct omap_aes_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_4106gcm_decrypt()
/linux-6.15/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c75 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_calculate_auth_mac()
139 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt()
195 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_encrypt()
214 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_decrypt()
H A Dsm4-ce-ccm-glue.c56 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_format_input()
93 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac()
210 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt()
237 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
H A Daes-ce-ccm-glue.c64 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_init_mac()
137 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac()
171 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt()
237 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
H A Dghash-ce-glue.c302 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_calculate_auth_mac()
328 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_encrypt()
391 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_decrypt()
493 struct crypto_aead *aead = crypto_aead_reqtfm(req); in rfc4106_encrypt()
506 struct crypto_aead *aead = crypto_aead_reqtfm(req); in rfc4106_decrypt()
/linux-6.15/drivers/crypto/qce/
H A Daead.c29 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_done()
96 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_result_buf()
116 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_dst_buf()
188 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in qce_aead_ccm_prepare_buf_assoclen()
304 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_buf()
332 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in qce_aead_ccm_prepare_buf()
412 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in qce_aead_async_req_handle()
414 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_async_req_handle()
504 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in qce_aead_crypt()
/linux-6.15/arch/x86/crypto/
H A Daegis128-aesni-glue.c174 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_aesni_crypt()
196 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_aesni_encrypt()
212 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in crypto_aegis128_aesni_decrypt()
/linux-6.15/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c79 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_aes_aead_cipher()
209 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_handle_aes_req()
287 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_aes_aead_encrypt()
300 struct crypto_aead *aead = crypto_aead_reqtfm(req); in zynqmp_aes_aead_decrypt()
/linux-6.15/drivers/crypto/ccree/
H A Dcc_aead.c212 struct crypto_aead *tfm = crypto_aead_reqtfm(cc_req); in cc_aead_complete()
724 struct crypto_aead *tfm = crypto_aead_reqtfm(areq); in cc_set_assoc_desc()
874 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_digest_desc()
924 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_cipher_desc()
991 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_hmac_desc()
1024 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_set_xcbc_desc()
1100 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_proc_scheme_desc()
1162 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_mlli_to_sram()
1213 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_hmac_authenc()
1266 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cc_xcbc_authenc()
[all …]
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c278 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_calculate_auth_mac()
309 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_encrypt()
399 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_decrypt()
512 struct crypto_aead *aead = crypto_aead_reqtfm(req); in rfc4106_encrypt()
525 struct crypto_aead *aead = crypto_aead_reqtfm(req); in rfc4106_decrypt()
/linux-6.15/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c598 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in kmb_ocs_aead_validate_input()
640 struct ocs_aes_tctx *tctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in kmb_ocs_aead_common()
655 crypto_aead_authsize(crypto_aead_reqtfm(req))); in kmb_ocs_aead_common()
684 struct ocs_aes_tctx *tctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in kmb_ocs_aead_dma_cleanup()
721 struct ocs_aes_tctx *tctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in kmb_ocs_aead_dma_prepare()
722 const int tag_size = crypto_aead_authsize(crypto_aead_reqtfm(req)); in kmb_ocs_aead_dma_prepare()
889 struct ocs_aes_tctx *tctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in kmb_ocs_aead_run()
890 const int tag_size = crypto_aead_authsize(crypto_aead_reqtfm(req)); in kmb_ocs_aead_run()
977 struct ocs_aes_tctx *tctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in kmb_ocs_aes_aead_do_one_request()
/linux-6.15/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-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c174 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_verify_tag()
214 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_handle_aead_resp()
2374 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_common_exit()
2382 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_common_init()
2426 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_fallback()
2444 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_authenc_wr()
2588 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_dma_map()
2649 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_aead_dma_unmap()
2716 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in chcr_add_aead_dst_ent()
2944 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in ccm_format_packet()
[all …]

123