/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | mic.c | 19 priv->tx_tfm_mic = crypto_alloc_hash("michael_mic", 0, 0); orinoco_mic_init() 27 priv->rx_tfm_mic = crypto_alloc_hash("michael_mic", 0, 0); orinoco_mic_init()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 248 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); chap_server_compute_md5() 375 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); chap_server_compute_md5()
|
H A D | iscsi_target_login.c | 124 conn->conn_rx_hash.tfm = crypto_alloc_hash("crc32c", 0, iscsi_login_setup_crypto() 127 pr_err("crypto_alloc_hash() failed for conn_rx_tfm\n"); iscsi_login_setup_crypto() 132 conn->conn_tx_hash.tfm = crypto_alloc_hash("crc32c", 0, iscsi_login_setup_crypto() 135 pr_err("crypto_alloc_hash() failed for conn_tx_tfm\n"); iscsi_login_setup_crypto()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 177 md5 = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); make_checksum_hmac_md5() 181 hmac_md5 = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, make_checksum_hmac_md5() 262 desc.tfm = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); make_checksum() 343 desc.tfm = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, make_checksum_v2() 865 hmac = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); krb5_rc4_setup_seq_key() 932 hmac = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); krb5_rc4_setup_enc_key()
|
H A D | gss_krb5_mech.c | 441 hmac = crypto_alloc_hash(ctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); context_derive_keys_rc4()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-crypto.c | 55 desc->tfm = crypto_alloc_hash((*type)->cht_name, 0, 0); cfs_crypto_hash_alloc()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_tkip.c | 75 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, rtllib_tkip_init() 93 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, rtllib_tkip_init()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_tkip.c | 82 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, ieee80211_tkip_init() 100 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, ieee80211_tkip_init()
|
/linux-4.1.27/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 108 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, lib80211_tkip_init() 122 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, lib80211_tkip_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | capa.c | 273 tfm = crypto_alloc_hash(alg->ha_name, 0, 0); capa_hmac()
|
/linux-4.1.27/drivers/scsi/ |
H A D | iscsi_tcp.c | 555 tcp_sw_conn->tx_hash.tfm = crypto_alloc_hash("crc32c", 0, iscsi_sw_tcp_conn_create() 561 tcp_sw_conn->rx_hash.tfm = crypto_alloc_hash("crc32c", 0, iscsi_sw_tcp_conn_create()
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_mppe.c | 213 state->sha1 = crypto_alloc_hash("sha1", 0, CRYPTO_ALG_ASYNC); mppe_alloc()
|
/linux-4.1.27/fs/ext4/ |
H A D | crypto_fname.c | 438 ctx->htfm = crypto_alloc_hash("sha256", 0, CRYPTO_ALG_ASYNC); ext4_get_fname_crypto_ctx()
|
/linux-4.1.27/net/ipv6/ |
H A D | ah6.c | 700 * after a successful crypto_alloc_hash(). ah6_init_state()
|
/linux-4.1.27/net/bluetooth/ |
H A D | smp.c | 1375 smp->tfm_cmac = crypto_alloc_hash("cmac(aes)", 0, CRYPTO_ALG_ASYNC); smp_chan_create() 3117 tfm_cmac = crypto_alloc_hash("cmac(aes)", 0, CRYPTO_ALG_ASYNC); smp_add_cid() 3659 tfm_cmac = crypto_alloc_hash("cmac(aes)", 0, CRYPTO_ALG_ASYNC); bt_selftest_smp()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4recover.c | 114 desc.tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); nfs4_make_rec_clidname()
|
/linux-4.1.27/net/sctp/ |
H A D | auth.c | 486 tfm = crypto_alloc_hash(sctp_hmac_list[id].hmac_name, 0, sctp_auth_init_hmacs()
|
H A D | socket.c | 6330 tfm = crypto_alloc_hash(alg, 0, CRYPTO_ALG_ASYNC); sctp_listen_start()
|
/linux-4.1.27/include/linux/ |
H A D | crypto.h | 2127 * crypto_alloc_hash() - allocate synchronous message digest handle 2140 static inline struct crypto_hash *crypto_alloc_hash(const char *alg_name, crypto_alloc_hash() function
|
/linux-4.1.27/crypto/ |
H A D | tcrypt.c | 698 tfm = crypto_alloc_hash(algo, 0, CRYPTO_ALG_ASYNC); test_hash_speed()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-crypt.c | 372 hash_tfm = crypto_alloc_hash(opts, 0, CRYPTO_ALG_ASYNC); crypt_iv_essiv_ctr()
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | crypto.c | 101 desc.tfm = crypto_alloc_hash(ECRYPTFS_DEFAULT_HASH, 0, ecryptfs_calculate_md5()
|
H A D | keystore.c | 746 s->hash_desc.tfm = crypto_alloc_hash(ECRYPTFS_TAG_70_DIGEST, 0, ecryptfs_write_tag_70_packet()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp.c | 2879 hash = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); for_each_possible_cpu()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_receiver.c | 3378 peer_integrity_tfm = crypto_alloc_hash(integrity_alg, 0, CRYPTO_ALG_ASYNC); receive_protocol() 3453 tfm = crypto_alloc_hash(alg, 0, CRYPTO_ALG_ASYNC); drbd_crypto_alloc_digest_safe()
|
H A D | drbd_nl.c | 2080 *tfm = crypto_alloc_hash(tfm_name, 0, CRYPTO_ALG_ASYNC); alloc_hash()
|