Home
last modified time | relevance | path

Searched refs:crypto_free_aead (Results 1 – 25 of 48) sorted by relevance

12

/linux/net/mac80211/
H A Daes_gmac.c87 crypto_free_aead(tfm); in ieee80211_aes_gmac_key_setup()
93 crypto_free_aead(tfm); in ieee80211_aes_gmac_key_free()
H A Daead_api.c106 crypto_free_aead(tfm); in aead_key_setup_encrypt()
112 crypto_free_aead(tfm); in aead_key_free()
/linux/net/rxrpc/
H A Drxgk_kdf.c35 crypto_free_aead(gk->tx_enc); in rxgk_free()
37 crypto_free_aead(gk->rx_enc); in rxgk_free()
39 crypto_free_aead(gk->resp_enc); in rxgk_free()
H A Drxgk_app.c242 crypto_free_aead(token_enc); in rxgk_extract_token()
/linux/drivers/net/ovpn/
H A Dcrypto_aead.c293 crypto_free_aead(aead); in ovpn_aead_init()
302 crypto_free_aead(ks->encrypt); in ovpn_aead_crypto_key_slot_destroy()
303 crypto_free_aead(ks->decrypt); in ovpn_aead_crypto_key_slot_destroy()
/linux/include/crypto/
H A Daead.h216 static inline void crypto_free_aead(struct crypto_aead *tfm) in crypto_free_aead() function
223 crypto_free_aead(&tfm->base); in crypto_free_sync_aead()
/linux/Documentation/crypto/
H A Dapi-aead.rst17 …:functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead…
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_ccmp.c72 crypto_free_aead(priv->tfm); in libipw_ccmp_init()
83 crypto_free_aead(_priv->tfm); in libipw_ccmp_deinit()
/linux/crypto/
H A Dgeniv.c147 crypto_free_aead(ctx->child); in aead_exit_geniv()
H A Dcryptd.c787 crypto_free_aead(tfm); in cryptd_aead_crypt()
861 crypto_free_aead(ctx->child); in cryptd_aead_exit_tfm()
1078 crypto_free_aead(tfm); in cryptd_alloc_aead()
1110 crypto_free_aead(&tfm->base); in cryptd_free_aead()
H A Dessiv.c345 crypto_free_aead(aead); in essiv_aead_init_tfm()
366 crypto_free_aead(tctx->u.aead); in essiv_aead_exit_tfm()
H A Daead.c218 crypto_free_aead(tfm); in crypto_alloc_sync_aead()
H A Dpcrypt.c208 crypto_free_aead(ctx->child); in pcrypt_aead_exit_tfm()
H A Dalgif_aead.c369 crypto_free_aead(private); in aead_release()
H A Dgcm.c810 crypto_free_aead(ctx->child); in crypto_rfc4106_exit_tfm()
993 crypto_free_aead(ctx->child); in crypto_rfc4543_exit_tfm()
/linux/fs/smb/server/
H A Dcrypto_ctx.c28 crypto_free_aead(aead); in free_aead()
/linux/fs/smb/client/
H A Dcifsencrypt.c529 crypto_free_aead(server->secmech.enc); in cifs_crypto_secmech_release()
533 crypto_free_aead(server->secmech.dec); in cifs_crypto_secmech_release()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c737 crypto_free_aead(tfm_ctx->fbk_cipher); in xilinx_aes_aead_init()
745 crypto_free_aead(tfm_ctx->fbk_cipher); in xilinx_aes_aead_init()
772 crypto_free_aead(tfm_ctx->fbk_cipher); in xilinx_aes_aead_exit()
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c185 crypto_free_aead(aead); in do_aead_crypto()
/linux/crypto/krb5/
H A Dkrb5_api.c190 crypto_free_aead(ci); in krb5_prepare_encryption()
/linux/fs/afs/
H A Dcm_security.c334 crypto_free_aead(aead); in afs_create_yfs_cm_token()
/linux/net/tipc/
H A Dcrypto.c417 crypto_free_aead(tfm_entry->tfm); in tipc_aead_free()
422 crypto_free_aead(head->tfm); in tipc_aead_free()
551 crypto_free_aead(tfm); in tipc_aead_init()
559 crypto_free_aead(tfm); in tipc_aead_init()
565 crypto_free_aead(tfm); in tipc_aead_init()
/linux/net/mac802154/
H A Dllsec.c156 crypto_free_aead(key->tfm[i]); in llsec_key_alloc()
170 crypto_free_aead(key->tfm[i]); in llsec_key_release()
/linux/net/ceph/
H A Dcrypto.c185 crypto_free_aead(key->krb5_tfms[i]); in ceph_crypto_key_destroy()
/linux/net/tls/
H A Dtls_device_fallback.c471 crypto_free_aead(offload_ctx->aead_send); in tls_sw_fallback_init()

12