Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dkeywrap.c340 crypto_free_cipher(ctx->child); in crypto_kw_exit_tfm()
Dpcbc.c221 crypto_free_cipher(ctx->child); in crypto_pcbc_exit_tfm()
Dcbc.c211 crypto_free_cipher(ctx->child); in crypto_cbc_exit_tfm()
Dansi_cprng.c278 crypto_free_cipher(ctx->tfm); in free_prng_context()
Dccm.c483 crypto_free_cipher(cipher); in crypto_ccm_init_tfm()
491 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.c1704 crypto_free_cipher(tfm); in drbg_fini_sym_kernel()
Dtestmgr.c1588 crypto_free_cipher(tfm); in alg_test_cipher()
/linux-4.4.14/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.4.14/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.4.14/drivers/crypto/vmx/
Daes.c73 crypto_free_cipher(ctx->fallback); in p8_aes_exit()
/linux-4.4.14/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.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c86 crypto_free_cipher((void *)priv->tfm); in ieee80211_ccmp_init()
99 crypto_free_cipher((void *)_priv->tfm); in ieee80211_ccmp_deinit()
/linux-4.4.14/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.4.14/drivers/usb/wusbcore/
Dcrypto.c345 crypto_free_cipher(tfm_aes); in wusb_prf()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c366 crypto_free_cipher(ctx->u.aes.tfm_cipher); in ccp_aes_cmac_cra_exit()
/linux-4.4.14/drivers/md/
Ddm-crypt.c326 crypto_free_cipher(essiv_tfm); in setup_essiv_cpu()
333 crypto_free_cipher(essiv_tfm); in setup_essiv_cpu()
354 crypto_free_cipher(essiv_tfm); in crypt_iv_essiv_dtr()
/linux-4.4.14/drivers/crypto/
Dgeode-aes.c276 crypto_free_cipher(op->fallback.cip); in fallback_exit_cip()
/linux-4.4.14/include/linux/
Dcrypto.h1459 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher() function
/linux-4.4.14/arch/s390/crypto/
Daes_s390.c207 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip()
/linux-4.4.14/drivers/net/wireless/
Dairo.c2426 crypto_free_cipher(ai->tfm); in stop_airo_card()