Home
last modified time | relevance | path

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

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