Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c191 err = crypto_hash_init(&desc); in make_checksum_hmac_md5()
214 err = crypto_hash_init(&desc); in make_checksum_hmac_md5()
276 err = crypto_hash_init(&desc); in make_checksum()
354 err = crypto_hash_init(&desc); in make_checksum_v2()
875 err = crypto_hash_init(&desc); in krb5_rc4_setup_seq_key()
942 err = crypto_hash_init(&desc); in krb5_rc4_setup_enc_key()
Dgss_krb5_mech.c459 err = crypto_hash_init(&desc); in context_derive_keys_rc4()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_auth.c256 ret = crypto_hash_init(&desc); in chap_server_compute_md5()
383 ret = crypto_hash_init(&desc); in chap_server_compute_md5()
Discsi_target.c1211 crypto_hash_init(hash); in iscsit_do_crypto_hash_sg()
1248 crypto_hash_init(hash); in iscsit_do_crypto_hash_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c92 return crypto_hash_init(desc); in cfs_crypto_hash_alloc()
/linux-4.1.27/crypto/
Dtcrypt.c552 ret = crypto_hash_init(desc); in test_hash_jiffies()
629 ret = crypto_hash_init(desc); in test_hash_cycles()
648 ret = crypto_hash_init(desc); in test_hash_cycles()
/linux-4.1.27/drivers/scsi/
Dlibiscsi_tcp.c352 crypto_hash_init(hash); in __iscsi_segment_init()
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c755 rc = crypto_hash_init(&s->hash_desc); in ecryptfs_write_tag_70_packet()
785 rc = crypto_hash_init(&s->hash_desc); in ecryptfs_write_tag_70_packet()
Dcrypto.c112 rc = crypto_hash_init(&desc); in ecryptfs_calculate_md5()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c306 crypto_hash_init(&desc); in drbd_csum_ee()
332 crypto_hash_init(&desc); in drbd_csum_bio()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c562 if (crypto_hash_init(desc)) in tcp_v6_md5_hash_hdr()
607 if (crypto_hash_init(desc)) in tcp_v6_md5_hash_skb()
/linux-4.1.27/include/linux/
Dcrypto.h2251 static inline int crypto_hash_init(struct hash_desc *desc) in crypto_hash_init() function
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1050 if (crypto_hash_init(desc)) in tcp_v4_md5_hash_hdr()
1094 if (crypto_hash_init(desc)) in tcp_v4_md5_hash_skb()
/linux-4.1.27/net/bluetooth/
Dsmp.c181 crypto_hash_init(&desc); in aes_cmac()