Home
last modified time | relevance | path

Searched refs:crypto_hash_digestsize (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c221 sg_init_one(sg, checksumdata, crypto_hash_digestsize(md5)); in make_checksum_hmac_md5()
222 err = crypto_hash_digest(&desc, sg, crypto_hash_digestsize(md5), in make_checksum_hmac_md5()
267 checksumlen = crypto_hash_digestsize(desc.tfm); in make_checksum()
347 checksumlen = crypto_hash_digestsize(desc.tfm); in make_checksum_v2()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c176 int size = crypto_hash_digestsize(((struct hash_desc *)hdesc)->tfm); in cfs_crypto_hash_final()
/linux-4.4.14/drivers/md/
Ddm-crypt.c282 crypto_hash_digestsize(essiv->hash_tfm)); in crypt_iv_essiv_init()
293 unsigned salt_size = crypto_hash_digestsize(essiv->hash_tfm); in crypt_iv_essiv_wipe()
380 salt = kzalloc(crypto_hash_digestsize(hash_tfm), GFP_KERNEL); in crypt_iv_essiv_ctr()
391 crypto_hash_digestsize(hash_tfm)); in crypt_iv_essiv_ctr()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c335 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm); in w_e_send_csum()
1111 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm); in w_e_end_csum_rs_req()
1161 digest_size = crypto_hash_digestsize(peer_device->connection->verify_tfm); in w_e_end_ov_req()
1233 digest_size = crypto_hash_digestsize(peer_device->connection->verify_tfm); in w_e_end_ov_reply()
Ddrbd_main.c1342 data_size -= crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); in drbd_send_ack_dp()
1631 crypto_hash_digestsize(peer_device->connection->integrity_tfm) : 0; in drbd_send_dblock()
1720 crypto_hash_digestsize(peer_device->connection->integrity_tfm) : 0; in drbd_send_block()
Ddrbd_receiver.c1604 digest_size = crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); in read_in_block()
1718 digest_size = crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); in recv_dless_read()
3386 hash_size = crypto_hash_digestsize(peer_integrity_tfm); in receive_protocol()
4984 resp_size = crypto_hash_digestsize(connection->cram_hmac_tfm); in drbd_do_auth()
/linux-4.4.14/drivers/net/ppp/
Dppp_mppe.c219 digestsize = crypto_hash_digestsize(state->sha1); in mppe_alloc()
/linux-4.4.14/include/linux/
Dcrypto.h1691 static inline unsigned int crypto_hash_digestsize(struct crypto_hash *tfm) in crypto_hash_digestsize() function
/linux-4.4.14/crypto/
Dtcrypt.c750 if (crypto_hash_digestsize(tfm) > sizeof(output)) { in test_hash_speed()
752 crypto_hash_digestsize(tfm), sizeof(output)); in test_hash_speed()
/linux-4.4.14/fs/nfsd/
Dnfs4recover.c120 cksum.len = crypto_hash_digestsize(desc.tfm); in nfs4_make_rec_clidname()