Home
last modified time | relevance | path

Searched refs:aead_request_set_tfm (Results 1 - 25 of 59) sorted by relevance

123

/kernel/linux/linux-5.10/net/mac80211/
H A Daead_api.c40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt()
75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
H A Daes_gmac.c59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
/kernel/linux/linux-6.6/net/mac80211/
H A Daead_api.c40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt()
75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
H A Daes_gmac.c59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
/kernel/linux/linux-5.10/crypto/
H A Dechainiv.c40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt()
97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
H A Dseqiv.c62 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 Dpcrypt.c110 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 Dsimd.c326 aead_request_set_tfm(subreq, child); in simd_aead_encrypt()
347 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
H A Dalgif_aead.c283 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
H A Dgcm.c752 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt()
948 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
H A Dessiv.c245 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
/kernel/linux/linux-5.10/include/crypto/
H A Daead.h387 * 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 Daead.h416 * 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 Dechainiv.c40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt()
97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
H A Dseqiv.c61 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 Dpcrypt.c110 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 Dsimd.c326 aead_request_set_tfm(subreq, child); in simd_aead_encrypt()
347 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
H A Dalgif_aead.c285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
H A Dgcm.c750 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt()
946 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
H A Dessiv.c246 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
/kernel/linux/linux-5.10/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
/kernel/linux/linux-5.10/net/tls/
H A Dtls_device_fallback.c123 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
/kernel/linux/linux-6.6/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device_fallback.c135 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c356 aead_request_set_tfm(subreq, ctx->sw_cipher.aead); in crypto4xx_aead_fallback()

Completed in 18 milliseconds

123