Searched refs:crypto_hash_final (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 287 ret = crypto_hash_final(&desc, server_digest); in chap_server_compute_md5() 420 ret = crypto_hash_final(&desc, digest); in chap_server_compute_md5()
|
D | iscsi_target.c | 1226 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/ |
D | linux-crypto.c | 187 err = crypto_hash_final((struct hash_desc *) hdesc, hash); in cfs_crypto_hash_final()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 207 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/ |
D | firmware.c | 445 crypto_hash_final(&desc, hash_data); in s3fwrn5_fw_download()
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 599 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/ |
D | crypto.h | 1764 static inline int crypto_hash_final(struct hash_desc *desc, u8 *out) in crypto_hash_final() function
|
/linux-4.4.14/drivers/scsi/ |
D | libiscsi_tcp.c | 263 crypto_hash_final(segment->hash, segment->digest); in iscsi_tcp_segment_done()
|
/linux-4.4.14/fs/ecryptfs/ |
D | keystore.c | 771 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()
|
D | crypto.c | 126 rc = crypto_hash_final(&desc, dst); in ecryptfs_calculate_md5()
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 568 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/ |
D | drbd_worker.c | 296 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/ |
D | tcp_ipv4.c | 1060 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/ |
D | smp.c | 210 err = crypto_hash_final(&desc, mac_msb); in aes_cmac()
|