Symbol: crypto_shash_descsize
crypto/asymmetric_keys/pkcs7_verify.c
57
desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto/asymmetric_keys/verify_pefile.c
342
desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto/asymmetric_keys/x509_public_key.c
74
desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto/cryptd.c
451
crypto_shash_descsize(hash));
crypto/krb5/internal.h
112
crypto_roundup(sizeof(struct shash_desc) + crypto_shash_descsize(TFM))
crypto/krb5/rfc3961_simplified.c
152
desc_size = crypto_shash_descsize(tfm) + sizeof(*desc);
crypto/shash.c
106
memset(shash_desc_ctx(desc), 0, crypto_shash_descsize(desc->tfm));
crypto/shash.c
135
blenp += crypto_shash_descsize(tfm) - 1;
crypto/shash.c
239
unsigned int descsize = crypto_shash_descsize(tfm);
crypto/shash.c
264
descsize = crypto_shash_descsize(tfm);
crypto/shash.c
290
unsigned int descsize = crypto_shash_descsize(tfm);
crypto/shash.c
74
buf += crypto_shash_descsize(tfm) - 1;
crypto/testmgr.c
1332
testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm));
crypto/testmgr.c
1412
testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm));
crypto/testmgr.c
1885
desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
drivers/block/drbd/drbd_receiver.c
5197
crypto_shash_descsize(connection->cram_hmac_tfm),
drivers/crypto/bcm/cipher.c
2036
crypto_shash_descsize(hash), gfp);
drivers/crypto/bcm/util.c
227
size = sizeof(struct shash_desc) + crypto_shash_descsize(hash);
drivers/crypto/inside-secure/safexcel_hash.c
2654
crypto_shash_descsize(ctx->shpre), GFP_KERNEL);
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
694
size = sizeof(struct shash_desc) + crypto_shash_descsize(alg);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
784
size = sizeof(struct shash_desc) + crypto_shash_descsize(alg);
drivers/crypto/xilinx/zynqmp-sha.c
61
if (crypto_shash_descsize(hash) <
drivers/md/dm-verity-target.c
1345
crypto_shash_descsize(shash);
drivers/target/iscsi/iscsi_target_auth.c
374
desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
fs/ubifs/auth.c
480
state = kmalloc(crypto_shash_descsize(src->tfm), GFP_NOFS);
fs/ubifs/auth.c
98
desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL);
include/crypto/hash.h
1023
sizeof(*desc) + crypto_shash_descsize(desc->tfm));
security/integrity/evm/evm_crypto.c
122
desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(*tfm),