Home
last modified time | relevance | path

Searched refs:crypto_shash_descsize (Results 1 – 16 of 16) sorted by relevance

/linux-4.19.296/include/crypto/
Dhash.h156 crypto_shash_descsize(ctx)] CRYPTO_MINALIGN_ATTR; \
794 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize() function
943 sizeof(*desc) + crypto_shash_descsize(desc->tfm)); in shash_desc_zero()
/linux-4.19.296/crypto/
Dshash.c224 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm)); in shash_default_export()
230 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm)); in shash_default_import()
403 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); in crypto_init_shash_ops_async()
Dhmac.c170 crypto_shash_descsize(hash); in hmac_init_tfm()
Dccm.c864 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs; in crypto_cbcmac_digest_init()
880 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_update()
906 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_final()
Dcryptd.c674 crypto_shash_descsize(hash)); in cryptd_hash_init_tfm()
Ddrbg.c1660 sdesc = kzalloc(sizeof(struct shash_desc) + crypto_shash_descsize(tfm), in drbg_init_hash_kernel()
/linux-4.19.296/lib/
Ddigsig.c237 desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash), in digsig_verify()
/linux-4.19.296/crypto/asymmetric_keys/
Dx509_public_key.c67 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in x509_get_sig_params()
Dpkcs7_verify.c46 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pkcs7_digest()
Dverify_pefile.c344 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pefile_digest_pe()
/linux-4.19.296/drivers/thunderbolt/
Ddomain.c659 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in tb_domain_challenge_switch_key()
/linux-4.19.296/include/linux/
Djbd2.h1628 BUG_ON(crypto_shash_descsize(journal->j_chksum_driver) > in jbd2_chksum()
/linux-4.19.296/fs/cifs/
Dmisc.c900 size = sizeof(struct shash_desc) + crypto_shash_descsize(*shash); in cifs_alloc_hash()
/linux-4.19.296/fs/ecryptfs/
Dkeystore.c765 crypto_shash_descsize(s->hash_tfm), GFP_KERNEL); in ecryptfs_write_tag_70_packet()
/linux-4.19.296/fs/ext4/
Dext4.h2060 BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver)!=sizeof(desc.ctx)); in ext4_chksum()
/linux-4.19.296/fs/f2fs/
Df2fs.h1394 BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver) != sizeof(desc.ctx)); in __f2fs_crc32()