Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1226 crypto_hash_final(hash, (u8 *) &data_crc); in iscsit_do_crypto_hash_sg()
1250 crypto_hash_final(hash, data_crc); in iscsit_do_crypto_hash_buf()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c187 err = crypto_hash_final((struct hash_desc *) hdesc, hash); in cfs_crypto_hash_final()
/linux-4.4.14/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.4.14/drivers/nfc/s3fwrn5/
Dfirmware.c445 crypto_hash_final(&desc, hash_data); in s3fwrn5_fw_download()
/linux-4.4.14/crypto/
Dtcrypt.c599 ret = crypto_hash_final(desc, out); in test_hash_jiffies()
675 ret = crypto_hash_final(desc, out); in test_hash_cycles()
694 ret = crypto_hash_final(desc, out); in test_hash_cycles()
/linux-4.4.14/include/linux/
Dcrypto.h1764 static inline int crypto_hash_final(struct hash_desc *desc, u8 *out) in crypto_hash_final() function
/linux-4.4.14/drivers/scsi/
Dlibiscsi_tcp.c263 crypto_hash_final(segment->hash, segment->digest); in iscsi_tcp_segment_done()
/linux-4.4.14/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.4.14/net/ipv6/
Dtcp_ipv6.c568 if (crypto_hash_final(desc, md5_hash)) in tcp_v6_md5_hash_hdr()
616 if (crypto_hash_final(desc, md5_hash)) in tcp_v6_md5_hash_skb()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c296 crypto_hash_final(&desc, digest); in drbd_csum_ee()
316 crypto_hash_final(&desc, digest); in drbd_csum_bio()
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c1060 if (crypto_hash_final(desc, md5_hash)) in tcp_v4_md5_hash_hdr()
1107 if (crypto_hash_final(desc, md5_hash)) in tcp_v4_md5_hash_skb()
/linux-4.4.14/net/bluetooth/
Dsmp.c210 err = crypto_hash_final(&desc, mac_msb); in aes_cmac()