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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto.c179 int size = crypto_hash_digestsize(((struct hash_desc *)hdesc)->tfm); cfs_crypto_hash_final()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c221 sg_init_one(sg, checksumdata, crypto_hash_digestsize(md5)); make_checksum_hmac_md5()
222 err = crypto_hash_digest(&desc, sg, crypto_hash_digestsize(md5), make_checksum_hmac_md5()
267 checksumlen = crypto_hash_digestsize(desc.tfm); make_checksum()
347 checksumlen = crypto_hash_digestsize(desc.tfm); make_checksum_v2()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c281 crypto_hash_digestsize(essiv->hash_tfm)); crypt_iv_essiv_init()
292 unsigned salt_size = crypto_hash_digestsize(essiv->hash_tfm); crypt_iv_essiv_wipe()
379 salt = kzalloc(crypto_hash_digestsize(hash_tfm), GFP_KERNEL); crypt_iv_essiv_ctr()
390 crypto_hash_digestsize(hash_tfm)); crypt_iv_essiv_ctr()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_worker.c357 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm); w_e_send_csum()
1133 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm); w_e_end_csum_rs_req()
1183 digest_size = crypto_hash_digestsize(peer_device->connection->verify_tfm); w_e_end_ov_req()
1255 digest_size = crypto_hash_digestsize(peer_device->connection->verify_tfm); w_e_end_ov_reply()
H A Ddrbd_receiver.c1603 digest_size = crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); __must_hold()
1717 digest_size = crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); recv_dless_read()
3385 hash_size = crypto_hash_digestsize(peer_integrity_tfm); receive_protocol()
4983 resp_size = crypto_hash_digestsize(connection->cram_hmac_tfm); drbd_do_auth()
H A Ddrbd_main.c1342 data_size -= crypto_hash_digestsize(peer_device->connection->peer_integrity_tfm); drbd_send_ack_dp()
1631 crypto_hash_digestsize(peer_device->connection->integrity_tfm) : 0; drbd_send_dblock()
1720 crypto_hash_digestsize(peer_device->connection->integrity_tfm) : 0; drbd_send_block()
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c219 digestsize = crypto_hash_digestsize(state->sha1); mppe_alloc()
/linux-4.1.27/crypto/
H A Dtcrypt.c712 if (crypto_hash_digestsize(tfm) > sizeof(output)) { test_hash_speed()
714 crypto_hash_digestsize(tfm), sizeof(output)); test_hash_speed()
/linux-4.1.27/include/linux/
H A Dcrypto.h2210 * crypto_hash_digestsize() - obtain message digest size
2218 static inline unsigned int crypto_hash_digestsize(struct crypto_hash *tfm) crypto_hash_digestsize() function
2281 * buffer has a sufficient size (e.g. by using the crypto_hash_digestsize
/linux-4.1.27/fs/nfsd/
H A Dnfs4recover.c120 cksum.len = crypto_hash_digestsize(desc.tfm); nfs4_make_rec_clidname()

Completed in 331 milliseconds