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

/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_auth.c287 ret = crypto_hash_final(&desc, server_digest); chap_server_compute_md5()
289 pr_err("crypto_hash_final() failed for server digest\n"); chap_server_compute_md5()
420 ret = crypto_hash_final(&desc, digest); chap_server_compute_md5()
422 pr_err("crypto_hash_final() failed for ma digest\n"); chap_server_compute_md5()
H A Discsi_target.c1233 crypto_hash_final(hash, (u8 *) &data_crc); iscsit_do_crypto_hash_sg()
1257 crypto_hash_final(hash, data_crc); iscsit_do_crypto_hash_buf()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto.c190 err = crypto_hash_final((struct hash_desc *) hdesc, hash); cfs_crypto_hash_final()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c207 err = crypto_hash_final(&desc, checksumdata); make_checksum_hmac_md5()
287 err = crypto_hash_final(&desc, checksumdata); make_checksum()
367 err = crypto_hash_final(&desc, checksumdata); make_checksum_v2()
/linux-4.1.27/crypto/
H A Dtcrypt.c561 ret = crypto_hash_final(desc, out); test_hash_jiffies()
637 ret = crypto_hash_final(desc, out); test_hash_cycles()
656 ret = crypto_hash_final(desc, out); test_hash_cycles()
/linux-4.1.27/include/linux/
H A Dcrypto.h2278 * crypto_hash_final() - calculate message digest
2291 static inline int crypto_hash_final(struct hash_desc *desc, u8 *out) crypto_hash_final() function
2298 * @desc: see crypto_hash_final()
2301 * @out: see crypto_hash_final()
2304 * crypto_hash_update and crypto_hash_final. The parameters have the same
/linux-4.1.27/net/ipv6/
H A Dtcp_ipv6.c570 if (crypto_hash_final(desc, md5_hash)) tcp_v6_md5_hash_hdr()
618 if (crypto_hash_final(desc, md5_hash)) tcp_v6_md5_hash_skb()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_worker.c318 crypto_hash_final(&desc, digest); drbd_csum_ee()
338 crypto_hash_final(&desc, digest);
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c771 rc = crypto_hash_final(&s->hash_desc, s->hash); ecryptfs_write_tag_70_packet()
800 rc = crypto_hash_final(&s->hash_desc, s->tmp_hash); ecryptfs_write_tag_70_packet()
H A Dcrypto.c126 rc = crypto_hash_final(&desc, dst); ecryptfs_calculate_md5()
/linux-4.1.27/net/ipv4/
H A Dtcp_ipv4.c1058 if (crypto_hash_final(desc, md5_hash)) tcp_v4_md5_hash_hdr()
1105 if (crypto_hash_final(desc, md5_hash)) tcp_v4_md5_hash_skb()
/linux-4.1.27/drivers/scsi/
H A Dlibiscsi_tcp.c263 crypto_hash_final(segment->hash, segment->digest); iscsi_tcp_segment_done()
/linux-4.1.27/net/bluetooth/
H A Dsmp.c204 err = crypto_hash_final(&desc, mac_msb); aes_cmac()

Completed in 357 milliseconds