Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Daes_gcm.c37 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gcm_encrypt()
64 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gcm_decrypt()
Daes_ccm.c41 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_ccm_encrypt()
69 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_ccm_decrypt()
Daes_gmac.c52 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
/linux-4.1.27/crypto/
Dpcrypt.c173 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_encrypt()
215 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_decrypt()
Dseqiv.c155 aead_request_set_tfm(subreq, aead_geniv_base(geniv)); in seqiv_aead_givencrypt()
Dalgif_aead.c628 aead_request_set_tfm(&ctx->aead_req, private); in aead_accept_parent()
Dgcm.c910 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt()
1173 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
Dccm.c693 aead_request_set_tfm(subreq, child); in crypto_rfc4309_crypt()
Dcryptd.c667 aead_request_set_tfm(req, child); in cryptd_aead_crypt()
/linux-4.1.27/include/linux/
Dcrypto.h1457 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() function
1483 aead_request_set_tfm(req, tfm); in aead_request_alloc()
/linux-4.1.27/net/ipv6/
Desp6.c116 aead_request_set_tfm(req, aead); in esp_tmp_req()
/linux-4.1.27/net/ipv4/
Desp4.c88 aead_request_set_tfm(req, aead); in esp_tmp_req()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c1182 aead_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); in rfc4106_encrypt()
1203 aead_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); in rfc4106_decrypt()
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c579 aead_request_set_tfm(req, ctx->sw_cipher); in spacc_aead_do_fallback()
582 aead_request_set_tfm(req, __crypto_aead_cast(old_tfm)); in spacc_aead_do_fallback()