Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c179 int size = crypto_hash_digestsize(((struct hash_desc *)hdesc)->tfm); in cfs_crypto_hash_final()
/linux-4.1.27/drivers/md/
Ddm-crypt.c281 crypto_hash_digestsize(essiv->hash_tfm)); in crypt_iv_essiv_init()
292 unsigned salt_size = crypto_hash_digestsize(essiv->hash_tfm); in crypt_iv_essiv_wipe()
379 salt = kzalloc(crypto_hash_digestsize(hash_tfm), GFP_KERNEL); in crypt_iv_essiv_ctr()
390 crypto_hash_digestsize(hash_tfm)); in crypt_iv_essiv_ctr()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c357 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm); in w_e_send_csum()
1133 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm); in w_e_end_csum_rs_req()
1183 digest_size = crypto_hash_digestsize(peer_device->connection->verify_tfm); in w_e_end_ov_req()
1255 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.c1603 digest_size = crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); in read_in_block()
1717 digest_size = crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); in recv_dless_read()
3385 hash_size = crypto_hash_digestsize(peer_integrity_tfm); in receive_protocol()
4983 resp_size = crypto_hash_digestsize(connection->cram_hmac_tfm); in drbd_do_auth()
/linux-4.1.27/drivers/net/ppp/
Dppp_mppe.c219 digestsize = crypto_hash_digestsize(state->sha1); in mppe_alloc()
/linux-4.1.27/crypto/
Dtcrypt.c712 if (crypto_hash_digestsize(tfm) > sizeof(output)) { in test_hash_speed()
714 crypto_hash_digestsize(tfm), sizeof(output)); in test_hash_speed()
/linux-4.1.27/include/linux/
Dcrypto.h2218 static inline unsigned int crypto_hash_digestsize(struct crypto_hash *tfm) in crypto_hash_digestsize() function
/linux-4.1.27/fs/nfsd/
Dnfs4recover.c120 cksum.len = crypto_hash_digestsize(desc.tfm); in nfs4_make_rec_clidname()