Home
last modified time | relevance | path

Searched refs:crypto_free_blkcipher (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_mech.c266 crypto_free_blkcipher(*res); in get_key()
338 crypto_free_blkcipher(ctx->seq); in gss_import_v1_context()
340 crypto_free_blkcipher(ctx->enc); in gss_import_v1_context()
361 crypto_free_blkcipher(cp); in context_v2_alloc_cipher()
415 crypto_free_blkcipher(ctx->enc); in context_derive_keys_des3()
417 crypto_free_blkcipher(ctx->seq); in context_derive_keys_des3()
479 crypto_free_blkcipher(ctx->enc); in context_derive_keys_rc4()
591 crypto_free_blkcipher(ctx->initiator_enc_aux); in context_derive_keys_new()
599 crypto_free_blkcipher(ctx->acceptor_enc); in context_derive_keys_new()
601 crypto_free_blkcipher(ctx->initiator_enc); in context_derive_keys_new()
[all …]
Dgss_krb5_seqnum.c71 crypto_free_blkcipher(cipher); in krb5_make_rc4_seq_num()
133 crypto_free_blkcipher(cipher); in krb5_get_rc4_seq_num()
Dgss_krb5_wrap.c253 crypto_free_blkcipher(cipher); in gss_wrap_kerberos_v1()
341 crypto_free_blkcipher(cipher); in gss_unwrap_kerberos_v1()
Dgss_krb5_keys.c241 crypto_free_blkcipher(cipher); in krb5_derive_key()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c66 crypto_free_blkcipher(priv->tx_tfm); in prism2_wep_init()
68 crypto_free_blkcipher(priv->rx_tfm); in prism2_wep_init()
81 crypto_free_blkcipher(_priv->tx_tfm); in prism2_wep_deinit()
83 crypto_free_blkcipher(_priv->rx_tfm); in prism2_wep_deinit()
Drtllib_crypt_tkip.c106 crypto_free_blkcipher(priv->tx_tfm_arc4); in rtllib_tkip_init()
110 crypto_free_blkcipher(priv->rx_tfm_arc4); in rtllib_tkip_init()
126 crypto_free_blkcipher(_priv->tx_tfm_arc4); in rtllib_tkip_deinit()
130 crypto_free_blkcipher(_priv->rx_tfm_arc4); in rtllib_tkip_deinit()
/linux-4.4.14/net/wireless/
Dlib80211_crypt_wep.c70 crypto_free_blkcipher(priv->tx_tfm); in lib80211_wep_init()
72 crypto_free_blkcipher(priv->rx_tfm); in lib80211_wep_init()
83 crypto_free_blkcipher(_priv->tx_tfm); in lib80211_wep_deinit()
85 crypto_free_blkcipher(_priv->rx_tfm); in lib80211_wep_deinit()
Dlib80211_crypt_tkip.c136 crypto_free_blkcipher(priv->tx_tfm_arc4); in lib80211_tkip_init()
140 crypto_free_blkcipher(priv->rx_tfm_arc4); in lib80211_tkip_init()
154 crypto_free_blkcipher(_priv->tx_tfm_arc4); in lib80211_tkip_deinit()
158 crypto_free_blkcipher(_priv->rx_tfm_arc4); in lib80211_tkip_deinit()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c61 crypto_free_blkcipher(priv->tx_tfm); in prism2_wep_init()
74 crypto_free_blkcipher(_priv->tx_tfm); in prism2_wep_deinit()
76 crypto_free_blkcipher(_priv->rx_tfm); in prism2_wep_deinit()
Dieee80211_crypt_tkip.c116 crypto_free_blkcipher(priv->tx_tfm_arc4); in ieee80211_tkip_init()
120 crypto_free_blkcipher(priv->rx_tfm_arc4); in ieee80211_tkip_init()
136 crypto_free_blkcipher(_priv->tx_tfm_arc4); in ieee80211_tkip_deinit()
140 crypto_free_blkcipher(_priv->rx_tfm_arc4); in ieee80211_tkip_deinit()
/linux-4.4.14/drivers/block/
Dcryptoloop.c99 crypto_free_blkcipher(tfm); in cryptoloop_init()
180 crypto_free_blkcipher(tfm); in cryptoloop_release()
/linux-4.4.14/net/ceph/
Dcrypto.c214 crypto_free_blkcipher(tfm); in ceph_aes_encrypt()
277 crypto_free_blkcipher(tfm); in ceph_aes_encrypt2()
341 crypto_free_blkcipher(tfm); in ceph_aes_decrypt()
418 crypto_free_blkcipher(tfm); in ceph_aes_decrypt2()
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c98 crypto_free_blkcipher(tfm); in aes_get_sizes()
421 crypto_free_blkcipher(desc->tfm); in init_blkcipher_desc()
495 crypto_free_blkcipher(desc.tfm); in derived_key_encrypt()
589 crypto_free_blkcipher(desc.tfm); in derived_key_decrypt()
/linux-4.4.14/drivers/crypto/vmx/
Daes_ctr.c72 crypto_free_blkcipher(ctx->fallback); in p8_aes_ctr_exit()
Daes_cbc.c74 crypto_free_blkcipher(ctx->fallback); in p8_aes_cbc_exit()
/linux-4.4.14/crypto/
Dcrypto_null.c184 crypto_free_blkcipher(crypto_default_null_skcipher); in crypto_put_default_null_skcipher()
Dskcipher.c91 crypto_free_blkcipher(*ctx); in crypto_exit_skcipher_ops_blkcipher()
Dcts.c271 crypto_free_blkcipher(ctx->child); in crypto_cts_exit_tfm()
Dcryptd.c294 crypto_free_blkcipher(ctx->child); in cryptd_blkcipher_exit_tfm()
Dtcrypt.c554 crypto_free_blkcipher(tfm); in test_cipher_speed()
/linux-4.4.14/arch/x86/crypto/
Dfpu.c99 crypto_free_blkcipher(ctx->child); in crypto_fpu_exit_tfm()
/linux-4.4.14/fs/cifs/
Dsmbencrypt.c97 crypto_free_blkcipher(tfm_des); in smbhash()
Dcifsencrypt.c822 crypto_free_blkcipher(tfm_arc4); in calc_seckey()
831 crypto_free_blkcipher(tfm_arc4); in calc_seckey()
/linux-4.4.14/drivers/net/ppp/
Dppp_mppe.c246 crypto_free_blkcipher(state->arc4); in mppe_alloc()
264 crypto_free_blkcipher(state->arc4); in mppe_free()
/linux-4.4.14/drivers/usb/wusbcore/
Dcrypto.c348 crypto_free_blkcipher(tfm_cbc); in wusb_prf()
/linux-4.4.14/net/bluetooth/
Dsmp.c769 crypto_free_blkcipher(smp->tfm_aes); in smp_chan_destroy()
1379 crypto_free_blkcipher(smp->tfm_aes); in smp_chan_create()
3152 crypto_free_blkcipher(tfm_aes); in smp_add_cid()
3166 crypto_free_blkcipher(smp->tfm_aes); in smp_add_cid()
3214 crypto_free_blkcipher(smp->tfm_aes); in smp_del_chan()
3789 crypto_free_blkcipher(tfm_aes); in bt_selftest_smp()
3796 crypto_free_blkcipher(tfm_aes); in bt_selftest_smp()
/linux-4.4.14/arch/s390/crypto/
Daes_s390.c388 crypto_free_blkcipher(sctx->fallback.blk); in fallback_exit_blk()
711 crypto_free_blkcipher(xts_ctx->fallback); in xts_fallback_exit()
/linux-4.4.14/net/mac802154/
Dllsec.c158 crypto_free_blkcipher(key->tfm0); in llsec_key_alloc()
178 crypto_free_blkcipher(key->tfm0); in llsec_key_release()
/linux-4.4.14/net/rxrpc/
Drxkad.c1118 crypto_free_blkcipher(conn->cipher); in rxkad_clear()
1158 crypto_free_blkcipher(rxkad_ci); in rxkad_exit()
Dar-key.c856 crypto_free_blkcipher(prep->payload.data[0]); in rxrpc_free_preparse_s()
873 crypto_free_blkcipher(key->payload.data[0]); in rxrpc_destroy_s()
/linux-4.4.14/drivers/crypto/
Dgeode-aes.c386 crypto_free_blkcipher(op->fallback.blk); in fallback_exit_blk()
/linux-4.4.14/include/linux/
Dcrypto.h1140 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher() function
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c1664 crypto_free_blkcipher(key_tfm->key_tfm); in ecryptfs_destroy_crypto()