/linux-6.15/crypto/ |
D | shash.c | 35 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey() local 65 struct shash_alg *shash = crypto_shash_alg(desc->tfm); in shash_default_finup() local 81 struct shash_alg *shash = crypto_shash_alg(desc->tfm); in shash_default_digest() local 118 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_export() local 131 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_import() local 184 struct shash_instance *shash = shash_instance(inst); in crypto_shash_free_instance() local
|
D | ahash.c | 252 struct crypto_shash *shash; in crypto_init_ahash_using_shash() local 291 struct crypto_shash *shash = ahash_to_shash(tfm); in crypto_ahash_setkey() local 960 struct crypto_shash *shash; in crypto_clone_ahash() local
|
D | hkdf.c | 464 static int hkdf_test(const char *shash, const struct hkdf_testvec *tv) in hkdf_test()
|
/linux-6.15/crypto/krb5/ |
D | rfc6803_camellia.c | 30 struct crypto_shash *shash; in rfc6803_calc_KDF_FEEDBACK_CMAC() local 122 struct crypto_shash *shash; in rfc6803_calc_PRF() local
|
D | krb5_api.c | 396 struct crypto_shash *shash, in crypto_krb5_get_mic() 433 struct crypto_shash *shash, in crypto_krb5_verify_mic()
|
D | rfc3961_simplified.c | 656 struct crypto_shash *shash, in rfc3961_get_mic() 715 struct crypto_shash *shash, in rfc3961_verify_mic()
|
D | rfc8009_aes2.c | 36 struct crypto_shash *shash; in rfc8009_calc_KDF_HMAC_SHA2() local
|
/linux-6.15/net/ipv6/ |
D | seg6_hmac.c | 123 struct shash_desc *shash; in __do_hmac() local 357 struct shash_desc *shash; in seg6_hmac_init_algo() local 423 struct shash_desc *shash; in seg6_hmac_exit() local
|
/linux-6.15/fs/smb/server/ |
D | crypto_ctx.c | 31 static void free_shash(struct shash_desc *shash) in free_shash() 66 struct shash_desc *shash; in alloc_shash_desc() local
|
/linux-6.15/fs/smb/client/ |
D | cifsencrypt.c | 31 struct shash_desc *shash = priv; in cifs_shash_step() local 46 struct shash_desc *shash) in cifs_shash_iter() 59 struct shash_desc *shash) in __cifs_calc_signature()
|
D | smb2transport.c | 264 struct shash_desc *shash = NULL; in smb2_calc_signature() local 593 struct shash_desc *shash = NULL; in smb3_calc_signature() local
|
/linux-6.15/drivers/nvme/target/ |
D | auth.c | 293 struct shash_desc *shash; in nvmet_auth_host_hash() local 407 struct shash_desc *shash; in nvmet_auth_ctrl_hash() local
|
/linux-6.15/tools/perf/util/ |
D | fncache.c | 19 unsigned shash(const unsigned char *s) in shash() function
|
/linux-6.15/arch/powerpc/crypto/ |
D | ghash.c | 41 u64 shash[2]; member
|
/linux-6.15/lib/ |
D | digsig.c | 28 static struct crypto_shash *shash; variable
|
/linux-6.15/include/crypto/internal/ |
D | hash.h | 229 struct crypto_shash *shash) in shash_alg_instance()
|
/linux-6.15/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 276 struct crypto_shash *shash = ctx->u.sha.hmac_tfm; in ccp_sha_setkey() local
|
/linux-6.15/drivers/crypto/bcm/ |
D | util.c | 189 struct shash_desc shash; member
|
/linux-6.15/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 37 le128 shash; member
|
/linux-6.15/drivers/net/ppp/ |
D | ppp_mppe.c | 174 struct crypto_shash *shash; in mppe_alloc() local
|
/linux-6.15/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.h | 166 struct shash_desc shash; member
|
/linux-6.15/drivers/nvme/common/ |
D | auth.c | 245 struct shash_desc *shash; in nvme_auth_transform_key() local
|
/linux-6.15/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.h | 159 struct shash_desc shash; member
|
/linux-6.15/drivers/thunderbolt/ |
D | domain.c | 712 struct shash_desc *shash; in tb_domain_challenge_switch_key() local
|
/linux-6.15/include/crypto/ |
D | hash.h | 174 #define SHASH_DESC_ON_STACK(shash, ctx) \ argument
|