/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 266 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 …]
|
D | gss_krb5_seqnum.c | 71 crypto_free_blkcipher(cipher); in krb5_make_rc4_seq_num() 133 crypto_free_blkcipher(cipher); in krb5_get_rc4_seq_num()
|
D | gss_krb5_wrap.c | 253 crypto_free_blkcipher(cipher); in gss_wrap_kerberos_v1() 341 crypto_free_blkcipher(cipher); in gss_unwrap_kerberos_v1()
|
D | gss_krb5_keys.c | 241 crypto_free_blkcipher(cipher); in krb5_derive_key()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 66 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()
|
D | rtllib_crypt_tkip.c | 106 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/ |
D | lib80211_crypt_wep.c | 70 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()
|
D | lib80211_crypt_tkip.c | 136 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/ |
D | ieee80211_crypt_wep.c | 61 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()
|
D | ieee80211_crypt_tkip.c | 116 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/ |
D | cryptoloop.c | 99 crypto_free_blkcipher(tfm); in cryptoloop_init() 180 crypto_free_blkcipher(tfm); in cryptoloop_release()
|
/linux-4.4.14/net/ceph/ |
D | crypto.c | 214 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/ |
D | encrypted.c | 98 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/ |
D | aes_ctr.c | 72 crypto_free_blkcipher(ctx->fallback); in p8_aes_ctr_exit()
|
D | aes_cbc.c | 74 crypto_free_blkcipher(ctx->fallback); in p8_aes_cbc_exit()
|
/linux-4.4.14/crypto/ |
D | crypto_null.c | 184 crypto_free_blkcipher(crypto_default_null_skcipher); in crypto_put_default_null_skcipher()
|
D | skcipher.c | 91 crypto_free_blkcipher(*ctx); in crypto_exit_skcipher_ops_blkcipher()
|
D | cts.c | 271 crypto_free_blkcipher(ctx->child); in crypto_cts_exit_tfm()
|
D | cryptd.c | 294 crypto_free_blkcipher(ctx->child); in cryptd_blkcipher_exit_tfm()
|
D | tcrypt.c | 554 crypto_free_blkcipher(tfm); in test_cipher_speed()
|
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 99 crypto_free_blkcipher(ctx->child); in crypto_fpu_exit_tfm()
|
/linux-4.4.14/fs/cifs/ |
D | smbencrypt.c | 97 crypto_free_blkcipher(tfm_des); in smbhash()
|
D | cifsencrypt.c | 822 crypto_free_blkcipher(tfm_arc4); in calc_seckey() 831 crypto_free_blkcipher(tfm_arc4); in calc_seckey()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_mppe.c | 246 crypto_free_blkcipher(state->arc4); in mppe_alloc() 264 crypto_free_blkcipher(state->arc4); in mppe_free()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | crypto.c | 348 crypto_free_blkcipher(tfm_cbc); in wusb_prf()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 769 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/ |
D | aes_s390.c | 388 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/ |
D | llsec.c | 158 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/ |
D | rxkad.c | 1118 crypto_free_blkcipher(conn->cipher); in rxkad_clear() 1158 crypto_free_blkcipher(rxkad_ci); in rxkad_exit()
|
D | ar-key.c | 856 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/ |
D | geode-aes.c | 386 crypto_free_blkcipher(op->fallback.blk); in fallback_exit_blk()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1140 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher() function
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 1664 crypto_free_blkcipher(key_tfm->key_tfm); in ecryptfs_destroy_crypto()
|