Home
last modified time | relevance | path

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

/linux-4.4.14/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()
940 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.4.14/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.c1204 crypto_hash_init(hash); in iscsit_do_crypto_hash_sg()
1241 crypto_hash_init(hash); in iscsit_do_crypto_hash_buf()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c89 return crypto_hash_init(desc); in cfs_crypto_hash_alloc()
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dfirmware.c443 crypto_hash_init(&desc); in s3fwrn5_fw_download()
/linux-4.4.14/crypto/
Dtcrypt.c590 ret = crypto_hash_init(desc); in test_hash_jiffies()
667 ret = crypto_hash_init(desc); in test_hash_cycles()
686 ret = crypto_hash_init(desc); in test_hash_cycles()
/linux-4.4.14/include/linux/
Dcrypto.h1724 static inline int crypto_hash_init(struct hash_desc *desc) in crypto_hash_init() function
/linux-4.4.14/drivers/scsi/
Dlibiscsi_tcp.c352 crypto_hash_init(hash); in __iscsi_segment_init()
/linux-4.4.14/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.4.14/net/ipv6/
Dtcp_ipv6.c560 if (crypto_hash_init(desc)) in tcp_v6_md5_hash_hdr()
605 if (crypto_hash_init(desc)) in tcp_v6_md5_hash_skb()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c284 crypto_hash_init(&desc); in drbd_csum_ee()
310 crypto_hash_init(&desc); in drbd_csum_bio()
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c1052 if (crypto_hash_init(desc)) in tcp_v4_md5_hash_hdr()
1096 if (crypto_hash_init(desc)) in tcp_v4_md5_hash_skb()
/linux-4.4.14/net/bluetooth/
Dsmp.c187 crypto_hash_init(&desc); in aes_cmac()