Searched refs:crypto_shash_descsize (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/include/crypto/ |
D | hash.h | 156 crypto_shash_descsize(ctx)] CRYPTO_MINALIGN_ATTR; \ 790 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize() function 939 sizeof(*desc) + crypto_shash_descsize(desc->tfm)); in shash_desc_zero()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | ghash.c | 74 + crypto_shash_descsize(fallback)) { in p8_ghash_init_tfm() 79 crypto_shash_descsize(fallback)); in p8_ghash_init_tfm()
|
/Linux-v4.19/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 | 131 size = sizeof(struct shash_desc) + crypto_shash_descsize(alg);
|
/Linux-v4.19/crypto/ |
D | shash.c | 203 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm)); in shash_default_export() 209 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm)); in shash_default_import() 381 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); in crypto_init_shash_ops_async()
|
D | ccm.c | 872 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs; in crypto_cbcmac_digest_init() 888 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_update() 914 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs; in crypto_cbcmac_digest_final()
|
D | hmac.c | 170 crypto_shash_descsize(hash); in hmac_init_tfm()
|
/Linux-v4.19/lib/ |
D | digsig.c | 237 desc = kzalloc(sizeof(*desc) + crypto_shash_descsize(shash), in digsig_verify()
|
/Linux-v4.19/arch/x86/power/ |
D | hibernate_64.c | 245 desc = kmalloc(sizeof(struct shash_desc) + crypto_shash_descsize(tfm), in get_e820_md5()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | x509_public_key.c | 67 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in x509_get_sig_params()
|
D | pkcs7_verify.c | 46 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pkcs7_digest()
|
D | verify_pefile.c | 340 desc_size = crypto_shash_descsize(tfm) + sizeof(*desc); in pefile_digest_pe()
|
/Linux-v4.19/security/integrity/evm/ |
D | evm_crypto.c | 122 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(*tfm), in init_desc()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 248 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(tfm), GFP_KERNEL); in chap_server_compute_md5()
|
/Linux-v4.19/net/ipv6/ |
D | seg6_hmac.c | 387 shsize = sizeof(*shash) + crypto_shash_descsize(tfm); in seg6_hmac_init_algo()
|
/Linux-v4.19/security/keys/ |
D | dh.c | 110 size = sizeof(struct shash_desc) + crypto_shash_descsize(tfm); in kdf_alloc()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | util.c | 278 size = sizeof(struct shash_desc) + crypto_shash_descsize(hash); in do_shash()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 967 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(hmac), in krb5_rc4_setup_seq_key() 1034 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(hmac), in krb5_rc4_setup_enc_key()
|
D | gss_krb5_mech.c | 454 desc = kmalloc(sizeof(*desc) + crypto_shash_descsize(hmac), GFP_NOFS); in context_derive_keys_rc4()
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_mppe.c | 217 crypto_shash_descsize(shash), in mppe_alloc()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-sha.c | 222 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_cra_init()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | domain.c | 659 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in tb_domain_challenge_switch_key()
|
/Linux-v4.19/net/bluetooth/ |
D | amp.c | 156 shash = kzalloc(sizeof(*shash) + crypto_shash_descsize(tfm), in hmac_sha256()
|
/Linux-v4.19/include/linux/ |
D | jbd2.h | 1604 BUG_ON(crypto_shash_descsize(journal->j_chksum_driver) > in jbd2_chksum()
|
/Linux-v4.19/fs/cifs/ |
D | misc.c | 889 size = sizeof(struct shash_desc) + crypto_shash_descsize(*shash); in cifs_alloc_hash()
|
12