Home
last modified time | relevance | path

Searched refs:crypto_alloc_hash (Results 1 – 24 of 24) sorted by relevance

/linux-3.4.99/drivers/net/wireless/orinoco/
Dmic.c19 priv->tx_tfm_mic = crypto_alloc_hash("michael_mic", 0, 0); in orinoco_mic_init()
27 priv->rx_tfm_mic = crypto_alloc_hash("michael_mic", 0, 0); in orinoco_mic_init()
/linux-3.4.99/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c177 md5 = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); in make_checksum_hmac_md5()
181 hmac_md5 = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, in make_checksum_hmac_md5()
262 desc.tfm = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in make_checksum()
343 desc.tfm = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, in make_checksum_v2()
870 hmac = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in krb5_rc4_setup_seq_key()
937 hmac = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in krb5_rc4_setup_enc_key()
Dgss_krb5_mech.c441 hmac = crypto_alloc_hash(ctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in context_derive_keys_rc4()
/linux-3.4.99/security/integrity/ima/
Dima_crypto.c28 desc->tfm = crypto_alloc_hash(ima_hash, 0, CRYPTO_ALG_ASYNC); in init_desc()
/linux-3.4.99/drivers/target/iscsi/
Discsi_target_auth.c239 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); in chap_server_compute_md5()
357 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); in chap_server_compute_md5()
Discsi_target_login.c87 conn->conn_rx_hash.tfm = crypto_alloc_hash("crc32c", 0, in iscsi_login_setup_crypto()
95 conn->conn_tx_hash.tfm = crypto_alloc_hash("crc32c", 0, in iscsi_login_setup_crypto()
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/
Dieee80211_crypt_tkip.c86 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in ieee80211_tkip_init()
104 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in ieee80211_tkip_init()
/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c75 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in rtllib_tkip_init()
93 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in rtllib_tkip_init()
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c83 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in ieee80211_tkip_init()
101 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in ieee80211_tkip_init()
/linux-3.4.99/net/wireless/
Dlib80211_crypt_tkip.c108 priv->tx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in lib80211_tkip_init()
122 priv->rx_tfm_michael = crypto_alloc_hash("michael_mic", 0, in lib80211_tkip_init()
/linux-3.4.99/drivers/scsi/
Discsi_tcp.c547 tcp_sw_conn->tx_hash.tfm = crypto_alloc_hash("crc32c", 0, in iscsi_sw_tcp_conn_create()
553 tcp_sw_conn->rx_hash.tfm = crypto_alloc_hash("crc32c", 0, in iscsi_sw_tcp_conn_create()
/linux-3.4.99/drivers/block/drbd/
Ddrbd_nl.c1463 tfm = crypto_alloc_hash(hmac_name, 0, CRYPTO_ALG_ASYNC); in drbd_nl_net_conf()
1477 integrity_w_tfm = crypto_alloc_hash(new_conf->integrity_alg, 0, CRYPTO_ALG_ASYNC); in drbd_nl_net_conf()
1489 integrity_r_tfm = crypto_alloc_hash(new_conf->integrity_alg, 0, CRYPTO_ALG_ASYNC); in drbd_nl_net_conf()
1793 csums_tfm = crypto_alloc_hash(sc.csums_alg, 0, CRYPTO_ALG_ASYNC); in drbd_nl_syncer_conf()
1817 verify_tfm = crypto_alloc_hash(sc.verify_alg, 0, CRYPTO_ALG_ASYNC); in drbd_nl_syncer_conf()
Ddrbd_receiver.c2748 tfm = crypto_alloc_hash(alg, 0, CRYPTO_ALG_ASYNC); in drbd_crypto_alloc_digest_safe()
/linux-3.4.99/drivers/net/ppp/
Dppp_mppe.c214 state->sha1 = crypto_alloc_hash("sha1", 0, CRYPTO_ALG_ASYNC); in mppe_alloc()
/linux-3.4.99/Documentation/crypto/
Dapi-intro.txt61 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
/linux-3.4.99/net/sctp/
Dauth.c482 tfm = crypto_alloc_hash(sctp_hmac_list[id].hmac_name, 0, in sctp_auth_init_hmacs()
Dsocket.c5881 tfm = crypto_alloc_hash(sctp_hmac_alg, 0, CRYPTO_ALG_ASYNC); in sctp_listen_start()
/linux-3.4.99/fs/nfsd/
Dnfs4recover.c116 desc.tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); in nfs4_make_rec_clidname()
/linux-3.4.99/include/linux/
Dcrypto.h1123 static inline struct crypto_hash *crypto_alloc_hash(const char *alg_name, in crypto_alloc_hash() function
/linux-3.4.99/crypto/
Dtcrypt.c428 tfm = crypto_alloc_hash(algo, 0, CRYPTO_ALG_ASYNC); in test_hash_speed()
/linux-3.4.99/fs/ecryptfs/
Dcrypto.c109 desc.tfm = crypto_alloc_hash(ECRYPTFS_DEFAULT_HASH, 0, in ecryptfs_calculate_md5()
Dkeystore.c747 s->hash_desc.tfm = crypto_alloc_hash(ECRYPTFS_TAG_70_DIGEST, 0, in ecryptfs_write_tag_70_packet()
/linux-3.4.99/drivers/md/
Ddm-crypt.c374 hash_tfm = crypto_alloc_hash(opts, 0, CRYPTO_ALG_ASYNC); in crypt_iv_essiv_ctr()
/linux-3.4.99/net/ipv4/
Dtcp.c2929 hash = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); in __tcp_alloc_md5sig_pool()