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

/linux-4.4.14/net/mac80211/
H A Daes_gcm.c35 aead_request_set_tfm(aead_req, tfm); ieee80211_aes_gcm_encrypt()
61 aead_request_set_tfm(aead_req, tfm); ieee80211_aes_gcm_decrypt()
H A Daes_ccm.c39 aead_request_set_tfm(aead_req, tfm); ieee80211_aes_ccm_encrypt()
66 aead_request_set_tfm(aead_req, tfm); ieee80211_aes_ccm_decrypt()
H A Daes_gmac.c50 aead_request_set_tfm(aead_req, tfm); ieee80211_aes_gmac()
/linux-4.4.14/crypto/
H A Dechainiv.c108 aead_request_set_tfm(subreq, ctx->child); echainiv_encrypt()
163 aead_request_set_tfm(subreq, ctx->child); echainiv_decrypt()
H A Dseqiv.c161 aead_request_set_tfm(subreq, ctx->child); seqiv_aead_encrypt()
217 aead_request_set_tfm(subreq, ctx->child); seqiv_aead_decrypt()
H A Dpcrypt.c166 aead_request_set_tfm(creq, ctx->child); pcrypt_aead_encrypt()
208 aead_request_set_tfm(creq, ctx->child); pcrypt_aead_decrypt()
H A Dalgif_aead.c580 aead_request_set_tfm(&ctx->aead_req, private); aead_accept_parent()
H A Dgcm.c853 aead_request_set_tfm(subreq, child); crypto_rfc4106_crypt()
1069 aead_request_set_tfm(subreq, ctx->child); crypto_rfc4543_crypt()
H A Dccm.c738 aead_request_set_tfm(subreq, child); crypto_rfc4309_crypt()
H A Dcryptd.c697 aead_request_set_tfm(req, child); cryptd_aead_crypt()
/linux-4.4.14/include/crypto/
H A Daead.h385 * aead_request_set_tfm() - update cipher handle reference in request
392 static inline void aead_request_set_tfm(struct aead_request *req, aead_request_set_tfm() function
418 aead_request_set_tfm(req, tfm); aead_request_alloc()
/linux-4.4.14/net/ipv6/
H A Desp6.c105 aead_request_set_tfm(req, aead); esp_tmp_req()
/linux-4.4.14/net/ipv4/
H A Desp4.c77 aead_request_set_tfm(req, aead); esp_tmp_req()
/linux-4.4.14/arch/x86/crypto/
H A Daesni-intel_glue.c1106 aead_request_set_tfm(req, irq_fpu_usable() ? rfc4106_encrypt()
1119 aead_request_set_tfm(req, irq_fpu_usable() ? rfc4106_decrypt()
/linux-4.4.14/drivers/crypto/
H A Dpicoxcell_crypto.c528 aead_request_set_tfm(subreq, ctx->sw_cipher); spacc_aead_do_fallback()

Completed in 215 milliseconds