Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/crypto/
A Dshash.c229 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm)); in shash_default_export()
235 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm)); in shash_default_import()
401 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); in crypto_init_shash_ops_async()
A Dccm.c789 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs; in crypto_cbcmac_digest_init()
805 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_update()
831 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_final()
A Dhmac.c157 crypto_shash_descsize(hash); in hmac_init_tfm()
A Dhctr2.c368 crypto_shash_descsize(polyval), in hctr2_init_tfm()
A Dadiantum.c431 crypto_shash_descsize(hash), in adiantum_init_tfm()
/linux-6.3-rc2/drivers/nvme/common/
A Dauth.c259 crypto_shash_descsize(key_tfm), in nvme_auth_transform_key()
362 desc = kmalloc(sizeof(struct shash_desc) + crypto_shash_descsize(tfm), in nvme_auth_augmented_challenge()
/linux-6.3-rc2/include/crypto/
A Dhash.h828 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize() function
1004 sizeof(*desc) + crypto_shash_descsize(desc->tfm)); in shash_desc_zero()
/linux-6.3-rc2/fs/ksmbd/
A Dcrypto_ctx.c91 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in alloc_shash_desc()
/linux-6.3-rc2/lib/
A Ddigsig.c234 desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash), in digsig_verify()
/linux-6.3-rc2/drivers/nvme/target/
A Dauth.c324 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(shash_tfm), in nvmet_auth_host_hash()
432 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(shash_tfm), in nvmet_auth_ctrl_hash()
/linux-6.3-rc2/drivers/crypto/xilinx/
A Dzynqmp-sha.c65 hash->descsize += crypto_shash_descsize(tfm_ctx->fbk_tfm); in zynqmp_sha_init_tfm()
/linux-6.3-rc2/crypto/asymmetric_keys/
A Dx509_public_key.c54 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.c340 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in cert_sig_digest_update()
/linux-6.3-rc2/net/ipv6/
A Dseg6_hmac.c380 shsize = sizeof(*shash) + crypto_shash_descsize(tfm); in seg6_hmac_init_algo()
/linux-6.3-rc2/security/integrity/evm/
A Devm_crypto.c121 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(*tfm), in init_desc()
/linux-6.3-rc2/drivers/target/iscsi/
A Discsi_target_auth.c363 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL); in chap_server_compute_hash()
/linux-6.3-rc2/drivers/crypto/bcm/
A Dutil.c227 size = sizeof(struct shash_desc) + crypto_shash_descsize(hash); in do_shash()
/linux-6.3-rc2/drivers/net/ppp/
A Dppp_mppe.c192 crypto_shash_descsize(shash), in mppe_alloc()
/linux-6.3-rc2/drivers/crypto/
A Dpadlock-sha.c210 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_init_tfm()
/linux-6.3-rc2/net/bluetooth/
A Damp.c149 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in hmac_sha256()

Completed in 32 milliseconds

12