Home
last modified time | relevance | path

Searched refs:hash_alg_common (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
Dhash.h42 struct hash_alg_common { struct
147 struct hash_alg_common halg;
218 __attribute__ ((aligned(__alignof__(struct hash_alg_common))));
334 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common()
337 return container_of(alg, struct hash_alg_common, base); in __crypto_hash_alg_common()
340 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common()
/kernel/linux/linux-5.10/include/crypto/internal/
Dhash.h86 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
97 static inline struct hash_alg_common *crypto_spawn_ahash_alg( in crypto_spawn_ahash_alg()
/kernel/linux/linux-5.10/Documentation/crypto/
Dapi-digest.rst8 :functions: hash_alg_common ahash_alg shash_alg
/kernel/linux/linux-5.10/drivers/crypto/ccp/
Dccp-crypto-sha.c416 struct hash_alg_common *halg; in ccp_register_hmac_alg()
460 struct hash_alg_common *halg; in ccp_register_sha_alg()
Dccp-crypto-aes-cmac.c352 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
/kernel/linux/linux-5.10/crypto/
Dahash.c165 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey()
648 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg) in crypto_hash_alg_has_setkey()
Dauthenc.c378 struct hash_alg_common *auth; in crypto_authenc_create()
Dauthencesn.c396 struct hash_alg_common *auth; in crypto_authenc_esn_create()
Dchacha20poly1305.c562 struct hash_alg_common *poly; in chachapoly_create()
Dccm.c454 struct hash_alg_common *mac; in crypto_ccm_create_common()
Dgcm.c585 struct hash_alg_common *ghash; in crypto_gcm_create_common()
/kernel/linux/linux-5.10/drivers/crypto/
Dmxs-dcp.c581 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
622 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
727 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
Dn2_core.c1405 struct hash_alg_common *halg; in __n2_register_one_ahash()
/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_hash.c1123 struct hash_alg_common *hash_alg_common = in cc_cra_init() local
1124 container_of(tfm->__crt_alg, struct hash_alg_common, base); in cc_cra_init()
1126 container_of(hash_alg_common, struct ahash_alg, halg); in cc_cra_init()
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dcaamhash.c1756 struct hash_alg_common *halg = in caam_hash_cra_init()
1757 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
Dcaamalg_qi2.c4541 struct hash_alg_common *halg = in caam_hash_cra_init()
4542 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0003_linux_crypto.patch1168 + struct hash_alg_common *auth;