/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aead_api.c | 40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt() 75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
|
H A D | aes_gmac.c | 59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | aead_api.c | 40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt() 75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
|
H A D | aes_gmac.c | 59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | echainiv.c | 40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt() 97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
|
H A D | seqiv.c | 62 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_encrypt() 121 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_decrypt()
|
H A D | pcrypt.c | 110 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_encrypt() 159 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_decrypt()
|
H A D | simd.c | 326 aead_request_set_tfm(subreq, child); in simd_aead_encrypt() 347 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
|
H A D | algif_aead.c | 283 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
|
H A D | gcm.c | 752 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt() 948 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
|
H A D | essiv.c | 245 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | aead.h | 387 * aead_request_set_tfm() - update cipher handle reference in request 394 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() function 419 aead_request_set_tfm(req, tfm); in aead_request_alloc()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | aead.h | 416 * aead_request_set_tfm() - update cipher handle reference in request 423 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() function 448 aead_request_set_tfm(req, tfm); in aead_request_alloc()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | echainiv.c | 40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt() 97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
|
H A D | seqiv.c | 61 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_encrypt() 120 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_decrypt()
|
H A D | pcrypt.c | 110 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_encrypt() 159 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_decrypt()
|
H A D | simd.c | 326 aead_request_set_tfm(subreq, child); in simd_aead_encrypt() 347 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
|
H A D | algif_aead.c | 285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
|
H A D | gcm.c | 750 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt() 946 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
|
H A D | essiv.c | 246 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
|
/kernel/linux/linux-5.10/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device_fallback.c | 123 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
|
/kernel/linux/linux-6.6/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_device_fallback.c | 135 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
|
/kernel/linux/linux-5.10/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 356 aead_request_set_tfm(subreq, ctx->sw_cipher.aead); in crypto4xx_aead_fallback()
|