Searched refs:crypto_hash_init (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_auth.c256 ret = crypto_hash_init(&desc); chap_server_compute_md5()
258 pr_err("crypto_hash_init() failed\n"); chap_server_compute_md5()
383 ret = crypto_hash_init(&desc); chap_server_compute_md5()
385 pr_err("crypto_hash_init() failed\n"); chap_server_compute_md5()
H A Discsi_target.c1211 crypto_hash_init(hash); iscsit_do_crypto_hash_sg()
1248 crypto_hash_init(hash); iscsit_do_crypto_hash_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto.c69 * shash: crypto_hash_setkey, crypto_hash_init cfs_crypto_hash_alloc()
92 return crypto_hash_init(desc); cfs_crypto_hash_alloc()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c191 err = crypto_hash_init(&desc); make_checksum_hmac_md5()
214 err = crypto_hash_init(&desc); make_checksum_hmac_md5()
276 err = crypto_hash_init(&desc); make_checksum()
354 err = crypto_hash_init(&desc); make_checksum_v2()
875 err = crypto_hash_init(&desc); krb5_rc4_setup_seq_key()
942 err = crypto_hash_init(&desc); krb5_rc4_setup_enc_key()
H A Dgss_krb5_mech.c459 err = crypto_hash_init(&desc); context_derive_keys_rc4()
/linux-4.1.27/crypto/
H A Dtcrypt.c552 ret = crypto_hash_init(desc); test_hash_jiffies()
629 ret = crypto_hash_init(desc); test_hash_cycles()
648 ret = crypto_hash_init(desc); test_hash_cycles()
/linux-4.1.27/net/ipv6/
H A Dtcp_ipv6.c562 if (crypto_hash_init(desc)) tcp_v6_md5_hash_hdr()
607 if (crypto_hash_init(desc)) tcp_v6_md5_hash_skb()
/linux-4.1.27/include/linux/
H A Dcrypto.h2239 * crypto_hash_init() - (re)initialize message digest handle
2251 static inline int crypto_hash_init(struct hash_desc *desc) crypto_hash_init() function
2303 * This function is a "short-hand" for the function calls of crypto_hash_init,
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_worker.c306 crypto_hash_init(&desc); drbd_csum_ee()
332 crypto_hash_init(&desc); drbd_csum_bio()
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c755 rc = crypto_hash_init(&s->hash_desc); ecryptfs_write_tag_70_packet()
785 rc = crypto_hash_init(&s->hash_desc); ecryptfs_write_tag_70_packet()
H A Dcrypto.c112 rc = crypto_hash_init(&desc); ecryptfs_calculate_md5()
/linux-4.1.27/net/ipv4/
H A Dtcp_ipv4.c1050 if (crypto_hash_init(desc)) tcp_v4_md5_hash_hdr()
1094 if (crypto_hash_init(desc)) tcp_v4_md5_hash_skb()
/linux-4.1.27/drivers/scsi/
H A Dlibiscsi_tcp.c352 crypto_hash_init(hash); __iscsi_segment_init()
/linux-4.1.27/net/bluetooth/
H A Dsmp.c181 crypto_hash_init(&desc); aes_cmac()

Completed in 410 milliseconds