Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/iscsi/
Discsi_target_auth.c264 ret = crypto_hash_update(&desc, &sg, 1); in chap_server_compute_md5()
272 ret = crypto_hash_update(&desc, &sg, strlen(auth->password)); in chap_server_compute_md5()
280 ret = crypto_hash_update(&desc, &sg, CHAP_CHALLENGE_LENGTH); in chap_server_compute_md5()
393 ret = crypto_hash_update(&desc, &sg, 1); in chap_server_compute_md5()
402 ret = crypto_hash_update(&desc, &sg, strlen(auth->password_mutual)); in chap_server_compute_md5()
413 ret = crypto_hash_update(&desc, &sg, challenge_len); in chap_server_compute_md5()
Discsi_target.c1212 crypto_hash_update(hash, sg, cur_len); in iscsit_do_crypto_hash_sg()
1224 crypto_hash_update(hash, &pad_sg, padding); in iscsit_do_crypto_hash_sg()
1244 crypto_hash_update(hash, &sg, payload_length); in iscsit_do_crypto_hash_buf()
1248 crypto_hash_update(hash, &sg, padding); in iscsit_do_crypto_hash_buf()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c156 return crypto_hash_update((struct hash_desc *)hdesc, &sl, sl.length); in cfs_crypto_hash_update_page()
167 return crypto_hash_update((struct hash_desc *)hdesc, &sl, sl.length); in cfs_crypto_hash_update()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c124 return crypto_hash_update(desc, sg, sg->length); in checksummer()
195 err = crypto_hash_update(&desc, sg, 4); in make_checksum_hmac_md5()
200 err = crypto_hash_update(&desc, sg, hdrlen); in make_checksum_hmac_md5()
280 err = crypto_hash_update(&desc, sg, hdrlen); in make_checksum()
363 err = crypto_hash_update(&desc, sg, hdrlen); in make_checksum_v2()
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dfirmware.c444 crypto_hash_update(&desc, &sg, image_size); in s3fwrn5_fw_download()
/linux-4.4.14/net/ipv4/
Dtcp.c3013 err = crypto_hash_update(&hp->md5_desc, &sg, sizeof(hdr)); in tcp_md5_hash_header()
3033 if (crypto_hash_update(desc, &sg, head_data_len)) in tcp_md5_hash_skb_data()
3043 if (crypto_hash_update(desc, &sg, skb_frag_size(f))) in tcp_md5_hash_skb_data()
3060 return crypto_hash_update(&hp->md5_desc, &sg, key->keylen); in tcp_md5_hash_key()
Dtcp_ipv4.c1038 return crypto_hash_update(&hp->md5_desc, &sg, sizeof(*bp)); in tcp_v4_md5_hash_pseudoheader()
/linux-4.4.14/crypto/
Dtcrypt.c594 ret = crypto_hash_update(desc, sg, plen); in test_hash_jiffies()
671 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
690 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c289 crypto_hash_update(&desc, &sg, sg.length); in drbd_csum_ee()
295 crypto_hash_update(&desc, &sg, sg.length); in drbd_csum_ee()
314 crypto_hash_update(&desc, &sg, sg.length); in drbd_csum_bio()
/linux-4.4.14/include/linux/
Dcrypto.h1743 static inline int crypto_hash_update(struct hash_desc *desc, in crypto_hash_update() function
/linux-4.4.14/drivers/scsi/
Dlibiscsi_tcp.c217 crypto_hash_update(segment->hash, &sg, copied); in iscsi_tcp_segment_done()
/linux-4.4.14/fs/ecryptfs/
Dkeystore.c762 rc = crypto_hash_update( in ecryptfs_write_tag_70_packet()
792 rc = crypto_hash_update(&s->hash_desc, &s->hash_sg, in ecryptfs_write_tag_70_packet()
Dcrypto.c119 rc = crypto_hash_update(&desc, &sg, len); in ecryptfs_calculate_md5()
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c545 return crypto_hash_update(&hp->md5_desc, &sg, sizeof(*bp)); in tcp_v6_md5_hash_pseudoheader()
/linux-4.4.14/net/bluetooth/
Dsmp.c204 err = crypto_hash_update(&desc, &sg, len); in aes_cmac()