Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
A Dapi-digest.rst35 … crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_sha…
A Dapi-samples.rst109 size = sizeof(struct shash_desc) + crypto_shash_descsize(alg);
/linux/fs/ubifs/
A Dauth.c99 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL); in ubifs_get_desc()
481 state = kmalloc(crypto_shash_descsize(src->tfm), GFP_NOFS); in __ubifs_shash_copy_state()
/linux/crypto/
A Dshash.c239 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm)); in shash_default_export()
245 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm)); in shash_default_import()
411 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); in crypto_init_shash_ops_async()
A Dccm.c790 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs; in crypto_cbcmac_digest_init()
806 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_update()
832 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_final()
A Dhmac.c153 crypto_shash_descsize(hash); in hmac_init_tfm()
A Dadiantum.c432 crypto_shash_descsize(hash), in adiantum_init_tfm()
/linux/include/crypto/
A Dhash.h826 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize() function
1002 sizeof(*desc) + crypto_shash_descsize(desc->tfm)); in shash_desc_zero()
/linux/fs/ksmbd/
A Dcrypto_ctx.c91 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in alloc_shash_desc()
/linux/lib/
A Ddigsig.c234 desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash), in digsig_verify()
/linux/crypto/asymmetric_keys/
A Dx509_public_key.c66 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in x509_get_sig_params()
A Dpkcs7_verify.c47 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pkcs7_digest()
A Dverify_pefile.c336 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pefile_digest_pe()
A Dpublic_key.c274 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in cert_sig_digest_update()
/linux/net/ipv6/
A Dseg6_hmac.c380 shsize = sizeof(*shash) + crypto_shash_descsize(tfm); in seg6_hmac_init_algo()
/linux/drivers/target/iscsi/
A Discsi_target_auth.c320 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL); in chap_server_compute_hash()
/linux/security/keys/
A Ddh.c106 size = sizeof(struct shash_desc) + crypto_shash_descsize(tfm); in kdf_alloc()
/linux/security/integrity/evm/
A Devm_crypto.c121 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(*tfm), in init_desc()
/linux/drivers/crypto/bcm/
A Dutil.c227 size = sizeof(struct shash_desc) + crypto_shash_descsize(hash); in do_shash()
/linux/drivers/net/ppp/
A Dppp_mppe.c192 crypto_shash_descsize(shash), in mppe_alloc()
/linux/drivers/crypto/
A Dpadlock-sha.c210 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_init_tfm()
/linux/net/bluetooth/
A Damp.c149 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in hmac_sha256()
/linux/drivers/thunderbolt/
A Ddomain.c739 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in tb_domain_challenge_switch_key()
/linux/include/linux/
A Djbd2.h1791 BUG_ON(crypto_shash_descsize(journal->j_chksum_driver) > in jbd2_chksum()
/linux/security/keys/trusted-keys/
A Dtrusted_tpm1.c43 size = sizeof(struct shash_desc) + crypto_shash_descsize(alg); in init_sdesc()

Completed in 39 milliseconds

12