crypto_shash_descsize   86 arch/x86/power/hibernate.c 	desc = kmalloc(sizeof(struct shash_desc) + crypto_shash_descsize(tfm),
crypto_shash_descsize  440 crypto/adiantum.c 			  crypto_shash_descsize(hash),
crypto_shash_descsize   47 crypto/asymmetric_keys/pkcs7_verify.c 	desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto_shash_descsize  336 crypto/asymmetric_keys/verify_pefile.c 	desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto_shash_descsize   63 crypto/asymmetric_keys/x509_public_key.c 	desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto_shash_descsize  844 crypto/ccm.c   	u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs;
crypto_shash_descsize  860 crypto/ccm.c   	u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs;
crypto_shash_descsize  886 crypto/ccm.c   	u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs;
crypto_shash_descsize  478 crypto/cryptd.c 				 crypto_shash_descsize(hash));
crypto_shash_descsize 1672 crypto/drbg.c  	sdesc = kzalloc(sizeof(struct shash_desc) + crypto_shash_descsize(tfm),
crypto_shash_descsize  154 crypto/hmac.c  			   crypto_shash_descsize(hash);
crypto_shash_descsize  212 crypto/shash.c 	memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm));
crypto_shash_descsize  218 crypto/shash.c 	memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm));
crypto_shash_descsize  384 crypto/shash.c 	crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash);
crypto_shash_descsize 1132 crypto/testmgr.c 	testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm));
crypto_shash_descsize 1212 crypto/testmgr.c 			testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm));
crypto_shash_descsize 1603 crypto/testmgr.c 			       crypto_shash_descsize(generic_tfm), GFP_KERNEL);
crypto_shash_descsize 1696 crypto/testmgr.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
crypto_shash_descsize 5434 drivers/block/drbd/drbd_receiver.c 		       crypto_shash_descsize(connection->cram_hmac_tfm),
crypto_shash_descsize 2105 drivers/crypto/bcm/cipher.c 				     crypto_shash_descsize(hash), gfp);
crypto_shash_descsize  227 drivers/crypto/bcm/util.c 	size = sizeof(struct shash_desc) + crypto_shash_descsize(hash);
crypto_shash_descsize  212 drivers/crypto/padlock-sha.c 	hash->descsize += crypto_shash_descsize(fallback_tfm);
crypto_shash_descsize 1322 drivers/infiniband/hw/i40iw/i40iw_utils.c 	tdesc = kzalloc(sizeof(*tdesc) + crypto_shash_descsize(tfm),
crypto_shash_descsize  235 drivers/infiniband/sw/siw/siw_qp.c 	size = crypto_shash_descsize(siw_crypto_shash) +
crypto_shash_descsize  192 drivers/net/ppp/ppp_mppe.c 				     crypto_shash_descsize(shash),
crypto_shash_descsize  215 drivers/staging/ks7010/ks_hostif.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
crypto_shash_descsize  240 drivers/target/iscsi/iscsi_target_auth.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
crypto_shash_descsize  673 drivers/thunderbolt/domain.c 	shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm),
crypto_shash_descsize  953 fs/cifs/misc.c 	size = sizeof(struct shash_desc) + crypto_shash_descsize(*shash);
crypto_shash_descsize  751 fs/ecryptfs/keystore.c 			       crypto_shash_descsize(s->hash_tfm), GFP_KERNEL);
crypto_shash_descsize 2100 fs/ext4/ext4.h 	BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver)!=sizeof(desc.ctx));
crypto_shash_descsize 1463 fs/f2fs/f2fs.h 	BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver) != sizeof(desc.ctx));
crypto_shash_descsize  114 fs/ubifs/auth.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
crypto_shash_descsize  494 fs/ubifs/auth.c 	state = kmalloc(crypto_shash_descsize(src->tfm), GFP_NOFS);
crypto_shash_descsize  958 include/crypto/hash.h 			 sizeof(*desc) + crypto_shash_descsize(desc->tfm));
crypto_shash_descsize 1623 include/linux/jbd2.h 	BUG_ON(crypto_shash_descsize(journal->j_chksum_driver) >
crypto_shash_descsize  729 kernel/kexec_file.c 	desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto_shash_descsize  234 lib/digsig.c   	desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash),
crypto_shash_descsize  149 net/bluetooth/amp.c 	shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm),
crypto_shash_descsize  382 net/ipv6/seg6_hmac.c 		shsize = sizeof(*shash) + crypto_shash_descsize(tfm);
crypto_shash_descsize  970 net/sunrpc/auth_gss/gss_krb5_crypto.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(hmac),
crypto_shash_descsize 1037 net/sunrpc/auth_gss/gss_krb5_crypto.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(hmac),
crypto_shash_descsize  432 net/sunrpc/auth_gss/gss_krb5_mech.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(hmac), GFP_NOFS);
crypto_shash_descsize  121 security/integrity/evm/evm_crypto.c 	desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(*tfm),
crypto_shash_descsize  106 security/keys/dh.c 	size = sizeof(struct shash_desc) + crypto_shash_descsize(tfm);
crypto_shash_descsize   50 security/keys/trusted.c 	size = sizeof(struct shash_desc) + crypto_shash_descsize(alg);