Searched refs:crypto_free_hash (Results 1 - 26 of 26) sorted by relevance

/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_auth.c259 crypto_free_hash(tfm); chap_server_compute_md5()
267 crypto_free_hash(tfm); chap_server_compute_md5()
275 crypto_free_hash(tfm); chap_server_compute_md5()
283 crypto_free_hash(tfm); chap_server_compute_md5()
290 crypto_free_hash(tfm); chap_server_compute_md5()
293 crypto_free_hash(tfm); chap_server_compute_md5()
386 crypto_free_hash(tfm); chap_server_compute_md5()
396 crypto_free_hash(tfm); chap_server_compute_md5()
406 crypto_free_hash(tfm); chap_server_compute_md5()
416 crypto_free_hash(tfm); chap_server_compute_md5()
423 crypto_free_hash(tfm); chap_server_compute_md5()
426 crypto_free_hash(tfm); chap_server_compute_md5()
H A Discsi_target_login.c136 crypto_free_hash(conn->conn_rx_hash.tfm); iscsi_login_setup_crypto()
1236 crypto_free_hash(conn->conn_rx_hash.tfm); iscsi_target_login_sess_out()
1238 crypto_free_hash(conn->conn_tx_hash.tfm); iscsi_target_login_sess_out()
H A Discsi_target.c4384 crypto_free_hash(conn->conn_rx_hash.tfm); iscsit_close_connection()
4386 crypto_free_hash(conn->conn_tx_hash.tfm); iscsit_close_connection()
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dmic.c41 crypto_free_hash(priv->tx_tfm_mic); orinoco_mic_free()
43 crypto_free_hash(priv->rx_tfm_mic); orinoco_mic_free()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto.c83 crypto_free_hash(desc->tfm); cfs_crypto_hash_alloc()
114 crypto_free_hash(hdesc.tfm); cfs_crypto_hash_digest()
121 crypto_free_hash(hdesc.tfm); cfs_crypto_hash_digest()
182 crypto_free_hash(((struct hash_desc *)hdesc)->tfm); cfs_crypto_hash_final()
196 crypto_free_hash(((struct hash_desc *)hdesc)->tfm); cfs_crypto_hash_final()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c184 crypto_free_hash(md5); make_checksum_hmac_md5()
230 crypto_free_hash(md5); make_checksum_hmac_md5()
231 crypto_free_hash(hmac_md5); make_checksum_hmac_md5()
310 crypto_free_hash(desc.tfm); make_checksum()
384 crypto_free_hash(desc.tfm); make_checksum_v2()
909 crypto_free_hash(hmac); krb5_rc4_setup_seq_key()
984 crypto_free_hash(hmac); krb5_rc4_setup_enc_key()
H A Dgss_krb5_mech.c489 crypto_free_hash(hmac); context_derive_keys_rc4()
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c106 crypto_free_hash(priv->tx_tfm_michael); rtllib_tkip_init()
110 crypto_free_hash(priv->rx_tfm_michael); rtllib_tkip_init()
126 crypto_free_hash(_priv->tx_tfm_michael); rtllib_tkip_deinit()
130 crypto_free_hash(_priv->rx_tfm_michael); rtllib_tkip_deinit()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c114 crypto_free_hash(priv->tx_tfm_michael); ieee80211_tkip_init()
118 crypto_free_hash(priv->rx_tfm_michael); ieee80211_tkip_init()
134 crypto_free_hash(_priv->tx_tfm_michael); ieee80211_tkip_deinit()
138 crypto_free_hash(_priv->rx_tfm_michael); ieee80211_tkip_deinit()
/linux-4.1.27/net/wireless/
H A Dlib80211_crypt_tkip.c134 crypto_free_hash(priv->tx_tfm_michael); lib80211_tkip_init()
138 crypto_free_hash(priv->rx_tfm_michael); lib80211_tkip_init()
152 crypto_free_hash(_priv->tx_tfm_michael); lib80211_tkip_deinit()
156 crypto_free_hash(_priv->rx_tfm_michael); lib80211_tkip_deinit()
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c244 crypto_free_hash(state->sha1); mppe_alloc()
262 crypto_free_hash(state->sha1); mppe_free()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c286 crypto_free_hash(tfm); capa_hmac()
/linux-4.1.27/drivers/scsi/
H A Discsi_tcp.c571 crypto_free_hash(tcp_sw_conn->tx_hash.tfm); iscsi_sw_tcp_conn_create()
611 crypto_free_hash(tcp_sw_conn->tx_hash.tfm); iscsi_sw_tcp_conn_destroy()
613 crypto_free_hash(tcp_sw_conn->rx_hash.tfm); iscsi_sw_tcp_conn_destroy()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_nl.c2120 crypto_free_hash(crypto->cram_hmac_tfm); free_crypto()
2121 crypto_free_hash(crypto->integrity_tfm); free_crypto()
2122 crypto_free_hash(crypto->csums_tfm); free_crypto()
2123 crypto_free_hash(crypto->verify_tfm); free_crypto()
2200 crypto_free_hash(connection->csums_tfm); drbd_adm_net_opts()
2205 crypto_free_hash(connection->verify_tfm); drbd_adm_net_opts()
2210 crypto_free_hash(connection->integrity_tfm); drbd_adm_net_opts()
2216 crypto_free_hash(connection->cram_hmac_tfm); drbd_adm_net_opts()
H A Ddrbd_main.c2509 crypto_free_hash(connection->csums_tfm); conn_free_crypto()
2510 crypto_free_hash(connection->verify_tfm); conn_free_crypto()
2511 crypto_free_hash(connection->cram_hmac_tfm); conn_free_crypto()
2512 crypto_free_hash(connection->integrity_tfm); conn_free_crypto()
2513 crypto_free_hash(connection->peer_integrity_tfm); conn_free_crypto()
H A Ddrbd_receiver.c3415 crypto_free_hash(connection->peer_integrity_tfm); receive_protocol()
3433 crypto_free_hash(peer_integrity_tfm); receive_protocol()
3654 crypto_free_hash(peer_device->connection->verify_tfm); receive_SyncParam()
3661 crypto_free_hash(peer_device->connection->csums_tfm); receive_SyncParam()
3705 crypto_free_hash(csums_tfm); receive_SyncParam()
3707 crypto_free_hash(verify_tfm); receive_SyncParam()
/linux-4.1.27/fs/ext4/
H A Dcrypto_fname.c269 crypto_free_hash(ctx->htfm); ext4_free_fname_crypto_ctx()
/linux-4.1.27/net/bluetooth/
H A Dsmp.c751 crypto_free_hash(smp->tfm_cmac); smp_chan_destroy()
3133 crypto_free_hash(smp->tfm_cmac); smp_add_cid()
3182 crypto_free_hash(smp->tfm_cmac); smp_del_chan()
3668 crypto_free_hash(tfm_cmac); bt_selftest_smp()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c344 crypto_free_hash(essiv->hash_tfm); crypt_iv_essiv_dtr()
401 crypto_free_hash(hash_tfm); crypt_iv_essiv_ctr()
/linux-4.1.27/fs/nfsd/
H A Dnfs4recover.c138 crypto_free_hash(desc.tfm); nfs4_make_rec_clidname()
/linux-4.1.27/net/sctp/
H A Dauth.c512 crypto_free_hash(auth_hmacs[i]); sctp_auth_destroy_hmacs()
H A Dsocket.c4180 crypto_free_hash(sp->hmac); sctp_destruct_sock()
/linux-4.1.27/include/linux/
H A Dcrypto.h2157 * crypto_free_hash() - zeroize and free message digest handle
2160 static inline void crypto_free_hash(struct crypto_hash *tfm) crypto_free_hash() function
/linux-4.1.27/crypto/
H A Dtcrypt.c748 crypto_free_hash(tfm); test_hash_speed()
/linux-4.1.27/fs/ecryptfs/
H A Dcrypto.c240 crypto_free_hash(crypt_stat->hash_tfm); ecryptfs_destroy_crypt_stat()
H A Dkeystore.c864 crypto_free_hash(s->hash_desc.tfm); ecryptfs_write_tag_70_packet()

Completed in 705 milliseconds