Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/iscsi/
Discsi_target_auth.c287 ret = crypto_hash_final(&desc, server_digest); in chap_server_compute_md5()
420 ret = crypto_hash_final(&desc, digest); in chap_server_compute_md5()
Discsi_target.c1233 crypto_hash_final(hash, (u8 *) &data_crc); in iscsit_do_crypto_hash_sg()
1257 crypto_hash_final(hash, data_crc); in iscsit_do_crypto_hash_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c190 err = crypto_hash_final((struct hash_desc *) hdesc, hash); in cfs_crypto_hash_final()
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c207 err = crypto_hash_final(&desc, checksumdata); in make_checksum_hmac_md5()
287 err = crypto_hash_final(&desc, checksumdata); in make_checksum()
367 err = crypto_hash_final(&desc, checksumdata); in make_checksum_v2()
/linux-4.1.27/crypto/
Dtcrypt.c561 ret = crypto_hash_final(desc, out); in test_hash_jiffies()
637 ret = crypto_hash_final(desc, out); in test_hash_cycles()
656 ret = crypto_hash_final(desc, out); in test_hash_cycles()
/linux-4.1.27/drivers/scsi/
Dlibiscsi_tcp.c263 crypto_hash_final(segment->hash, segment->digest); in iscsi_tcp_segment_done()
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c771 rc = crypto_hash_final(&s->hash_desc, s->hash); in ecryptfs_write_tag_70_packet()
800 rc = crypto_hash_final(&s->hash_desc, s->tmp_hash); in ecryptfs_write_tag_70_packet()
Dcrypto.c126 rc = crypto_hash_final(&desc, dst); in ecryptfs_calculate_md5()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c318 crypto_hash_final(&desc, digest); in drbd_csum_ee()
338 crypto_hash_final(&desc, digest); in drbd_csum_bio()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c570 if (crypto_hash_final(desc, md5_hash)) in tcp_v6_md5_hash_hdr()
618 if (crypto_hash_final(desc, md5_hash)) in tcp_v6_md5_hash_skb()
/linux-4.1.27/include/linux/
Dcrypto.h2291 static inline int crypto_hash_final(struct hash_desc *desc, u8 *out) in crypto_hash_final() function
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1058 if (crypto_hash_final(desc, md5_hash)) in tcp_v4_md5_hash_hdr()
1105 if (crypto_hash_final(desc, md5_hash)) in tcp_v4_md5_hash_skb()
/linux-4.1.27/net/bluetooth/
Dsmp.c204 err = crypto_hash_final(&desc, mac_msb); in aes_cmac()