Searched refs:crypto_shash_descsize (Results 1 – 25 of 48) sorted by relevance
12
/Linux-v6.1/Documentation/crypto/ |
D | api-digest.rst | 35 … crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_sha…
|
D | api-samples.rst | 109 size = sizeof(struct shash_desc) + crypto_shash_descsize(alg);
|
/Linux-v6.1/fs/ubifs/ |
D | auth.c | 99 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-v6.1/crypto/ |
D | shash.c | 239 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()
|
D | ccm.c | 790 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()
|
D | hmac.c | 157 crypto_shash_descsize(hash); in hmac_init_tfm()
|
D | hctr2.c | 369 crypto_shash_descsize(polyval), in hctr2_init_tfm()
|
D | adiantum.c | 432 crypto_shash_descsize(hash), in adiantum_init_tfm()
|
/Linux-v6.1/include/crypto/ |
D | hash.h | 828 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-v6.1/drivers/nvme/common/ |
D | auth.c | 259 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-v6.1/fs/ksmbd/ |
D | crypto_ctx.c | 91 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in alloc_shash_desc()
|
/Linux-v6.1/lib/ |
D | digsig.c | 234 desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash), in digsig_verify()
|
/Linux-v6.1/drivers/nvme/target/ |
D | auth.c | 324 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-v6.1/drivers/crypto/xilinx/ |
D | zynqmp-sha.c | 65 hash->descsize += crypto_shash_descsize(tfm_ctx->fbk_tfm); in zynqmp_sha_init_tfm()
|
/Linux-v6.1/crypto/asymmetric_keys/ |
D | x509_public_key.c | 54 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in x509_get_sig_params()
|
D | pkcs7_verify.c | 47 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pkcs7_digest()
|
D | verify_pefile.c | 336 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pefile_digest_pe()
|
D | public_key.c | 320 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in cert_sig_digest_update()
|
/Linux-v6.1/net/ipv6/ |
D | seg6_hmac.c | 380 shsize = sizeof(*shash) + crypto_shash_descsize(tfm); in seg6_hmac_init_algo()
|
/Linux-v6.1/security/integrity/evm/ |
D | evm_crypto.c | 121 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(*tfm), in init_desc()
|
/Linux-v6.1/drivers/net/ppp/ |
D | ppp_mppe.c | 192 crypto_shash_descsize(shash), in mppe_alloc()
|
/Linux-v6.1/drivers/crypto/bcm/ |
D | util.c | 227 size = sizeof(struct shash_desc) + crypto_shash_descsize(hash); in do_shash()
|
/Linux-v6.1/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 363 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL); in chap_server_compute_hash()
|
/Linux-v6.1/drivers/crypto/ |
D | padlock-sha.c | 210 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_init_tfm()
|
/Linux-v6.1/net/bluetooth/ |
D | amp.c | 149 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in hmac_sha256()
|
12