Home
last modified time | relevance | path

Searched refs:crypto_free_cipher (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/crypto/
Dxts.c255 crypto_free_cipher(cipher); in init_tfm()
263 crypto_free_cipher(ctx->child); in init_tfm()
269 crypto_free_cipher(cipher); in init_tfm()
270 crypto_free_cipher(ctx->child); in init_tfm()
283 crypto_free_cipher(ctx->child); in exit_tfm()
284 crypto_free_cipher(ctx->tweak); in exit_tfm()
Dlrw.c310 crypto_free_cipher(cipher); in init_tfm()
323 crypto_free_cipher(ctx->child); in exit_tfm()
Decb.c115 crypto_free_cipher(ctx->child); in crypto_ecb_exit_tfm()
Dxcbc.c196 crypto_free_cipher(ctx->child); in xcbc_exit_tfm()
Dcmac.c222 crypto_free_cipher(ctx->child); in cmac_exit_tfm()
Dansi_cprng.c280 crypto_free_cipher(ctx->tfm); in free_prng_context()
Dcbc.c211 crypto_free_cipher(ctx->child); in crypto_cbc_exit_tfm()
Dpcbc.c221 crypto_free_cipher(ctx->child); in crypto_pcbc_exit_tfm()
Dccm.c463 crypto_free_cipher(cipher); in crypto_ccm_init_tfm()
471 crypto_free_cipher(ctx->cipher); in crypto_ccm_exit_tfm()
Dctr.c178 crypto_free_cipher(ctx->child); in crypto_ctr_exit_tfm()
Dvmac.c640 crypto_free_cipher(ctx->child); in vmac_exit_tfm()
Ddrbg.c1651 crypto_free_cipher(tfm); in drbg_fini_sym_kernel()
Dtestmgr.c1556 crypto_free_cipher(tfm); in alg_test_cipher()
/linux-4.1.27/net/mac80211/
Dwep.c41 crypto_free_cipher(local->wep_tx_tfm); in ieee80211_wep_init()
52 crypto_free_cipher(local->wep_tx_tfm); in ieee80211_wep_free()
54 crypto_free_cipher(local->wep_rx_tfm); in ieee80211_wep_free()
Daes_cmac.c146 crypto_free_cipher(tfm); in ieee80211_aes_cmac_key_free()
/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c35 crypto_free_cipher(ctx->tfm); in tcp_fastopen_ctx_free()
58 crypto_free_cipher(ctx->tfm); in tcp_fastopen_reset_cipher()
/linux-4.1.27/drivers/crypto/vmx/
Daes.c70 crypto_free_cipher(ctx->fallback); in p8_aes_exit()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c81 crypto_free_cipher((void *)priv->tfm); in rtllib_ccmp_init()
94 crypto_free_cipher((void *)_priv->tfm); in rtllib_ccmp_deinit()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c87 crypto_free_cipher((void *)priv->tfm); in ieee80211_ccmp_init()
100 crypto_free_cipher((void *)_priv->tfm); in ieee80211_ccmp_deinit()
/linux-4.1.27/net/wireless/
Dlib80211_crypt_ccmp.c89 crypto_free_cipher(priv->tfm); in lib80211_ccmp_init()
100 crypto_free_cipher(_priv->tfm); in lib80211_ccmp_deinit()
/linux-4.1.27/drivers/usb/wusbcore/
Dcrypto.c345 crypto_free_cipher(tfm_aes); in wusb_prf()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c348 crypto_free_cipher(ctx->u.aes.tfm_cipher); in ccp_aes_cmac_cra_exit()
/linux-4.1.27/drivers/md/
Ddm-crypt.c325 crypto_free_cipher(essiv_tfm); in setup_essiv_cpu()
332 crypto_free_cipher(essiv_tfm); in setup_essiv_cpu()
353 crypto_free_cipher(essiv_tfm); in crypt_iv_essiv_dtr()
/linux-4.1.27/drivers/crypto/
Dgeode-aes.c276 crypto_free_cipher(op->fallback.cip); in fallback_exit_cip()
/linux-4.1.27/arch/s390/crypto/
Daes_s390.c206 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip()
/linux-4.1.27/include/linux/
Dcrypto.h1986 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher() function
/linux-4.1.27/drivers/net/wireless/
Dairo.c2431 crypto_free_cipher(ai->tfm); in stop_airo_card()