Home
last modified time | relevance | path

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

/linux-3.4.99/security/integrity/ima/
Dima_crypto.c76 rc = crypto_hash_update(&desc, sg, rbuf_len); in ima_calc_hash()
102 rc = crypto_hash_update(&desc, sg, template_len); in ima_calc_template_hash()
137 rc = crypto_hash_update(&desc, &sg, IMA_DIGEST_SIZE); in ima_calc_boot_aggregate()
/linux-3.4.99/drivers/target/iscsi/
Discsi_target_auth.c255 ret = crypto_hash_update(&desc, &sg, 1); in chap_server_compute_md5()
263 ret = crypto_hash_update(&desc, &sg, strlen(auth->password)); in chap_server_compute_md5()
271 ret = crypto_hash_update(&desc, &sg, CHAP_CHALLENGE_LENGTH); in chap_server_compute_md5()
375 ret = crypto_hash_update(&desc, &sg, 1); in chap_server_compute_md5()
384 ret = crypto_hash_update(&desc, &sg, strlen(auth->password_mutual)); in chap_server_compute_md5()
395 ret = crypto_hash_update(&desc, &sg, challenge_len); in chap_server_compute_md5()
Discsi_target.c1193 crypto_hash_update(hash, &sg[i], cur_len); in iscsit_do_crypto_hash_sg()
1204 crypto_hash_update(hash, &pad_sg, padding); in iscsit_do_crypto_hash_sg()
1224 crypto_hash_update(hash, &sg, payload_length); in iscsit_do_crypto_hash_buf()
1228 crypto_hash_update(hash, &sg, padding); in iscsit_do_crypto_hash_buf()
/linux-3.4.99/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-3.4.99/crypto/
Dtcrypt.c280 ret = crypto_hash_update(desc, sg, plen); in test_hash_jiffies()
360 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
379 ret = crypto_hash_update(desc, sg, plen); in test_hash_cycles()
/linux-3.4.99/drivers/block/drbd/
Ddrbd_worker.c270 crypto_hash_update(&desc, &sg, sg.length); in drbd_csum_ee()
276 crypto_hash_update(&desc, &sg, sg.length); in drbd_csum_ee()
295 crypto_hash_update(&desc, &sg, sg.length); in drbd_csum_bio()
/linux-3.4.99/net/ipv4/
Dtcp.c3033 err = crypto_hash_update(&hp->md5_desc, &sg, sizeof(hdr)); in tcp_md5_hash_header()
3053 if (crypto_hash_update(desc, &sg, head_data_len)) in tcp_md5_hash_skb_data()
3063 if (crypto_hash_update(desc, &sg, skb_frag_size(f))) in tcp_md5_hash_skb_data()
3080 return crypto_hash_update(&hp->md5_desc, &sg, key->keylen); in tcp_md5_hash_key()
Dtcp_ipv4.c1101 return crypto_hash_update(&hp->md5_desc, &sg, sizeof(*bp)); in tcp_v4_md5_hash_pseudoheader()
/linux-3.4.99/drivers/scsi/
Dlibiscsi_tcp.c217 crypto_hash_update(segment->hash, &sg, copied); in iscsi_tcp_segment_done()
/linux-3.4.99/fs/ecryptfs/
Dkeystore.c763 rc = crypto_hash_update( in ecryptfs_write_tag_70_packet()
793 rc = crypto_hash_update(&s->hash_desc, &s->hash_sg, in ecryptfs_write_tag_70_packet()
Dcrypto.c127 rc = crypto_hash_update(&desc, &sg, len); in ecryptfs_calculate_md5()
/linux-3.4.99/include/linux/
Dcrypto.h1194 static inline int crypto_hash_update(struct hash_desc *desc, in crypto_hash_update() function
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c607 return crypto_hash_update(&hp->md5_desc, &sg, sizeof(*bp)); in tcp_v6_md5_hash_pseudoheader()