Searched refs:crypto_shash_descsize (Results 1 – 16 of 16) sorted by relevance
156 crypto_shash_descsize(ctx)] CRYPTO_MINALIGN_ATTR; \794 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize() function943 sizeof(*desc) + crypto_shash_descsize(desc->tfm)); in shash_desc_zero()
224 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()
170 crypto_shash_descsize(hash); in hmac_init_tfm()
864 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()
674 crypto_shash_descsize(hash)); in cryptd_hash_init_tfm()
1660 sdesc = kzalloc(sizeof(struct shash_desc) + crypto_shash_descsize(tfm), in drbg_init_hash_kernel()
237 desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash), in digsig_verify()
67 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in x509_get_sig_params()
46 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pkcs7_digest()
344 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pefile_digest_pe()
659 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in tb_domain_challenge_switch_key()
1628 BUG_ON(crypto_shash_descsize(journal->j_chksum_driver) > in jbd2_chksum()
900 size = sizeof(struct shash_desc) + crypto_shash_descsize(*shash); in cifs_alloc_hash()
765 crypto_shash_descsize(s->hash_tfm), GFP_KERNEL); in ecryptfs_write_tag_70_packet()
2060 BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver)!=sizeof(desc.ctx)); in ext4_chksum()
1394 BUG_ON(crypto_shash_descsize(sbi->s_chksum_driver) != sizeof(desc.ctx)); in __f2fs_crc32()