Searched refs:hash_alg_common (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/include/crypto/ |
D | hash.h | 49 struct hash_alg_common HASH_ALG_COMMON; 151 struct hash_alg_common halg; 221 struct hash_alg_common halg; 324 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common() 327 return container_of(alg, struct hash_alg_common, base); in __crypto_hash_alg_common() 330 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common()
|
/linux-6.12.1/crypto/ |
D | hash.h | 16 int hash_prepare_alg(struct hash_alg_common *alg);
|
D | ahash.c | 568 static bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg) in crypto_hash_alg_has_setkey() 580 struct hash_alg_common *halg = crypto_hash_alg_common(hash); in crypto_clone_ahash()
|
D | shash.c | 290 int hash_prepare_alg(struct hash_alg_common *alg) in hash_prepare_alg()
|
D | authenc.c | 371 struct hash_alg_common *auth; in crypto_authenc_create()
|
D | authencesn.c | 387 struct hash_alg_common *auth; in crypto_authenc_esn_create()
|
D | chacha20poly1305.c | 562 struct hash_alg_common *poly; in chachapoly_create()
|
D | ccm.c | 455 struct hash_alg_common *mac; in crypto_ccm_create_common()
|
D | gcm.c | 583 struct hash_alg_common *ghash; in crypto_gcm_create_common()
|
/linux-6.12.1/Documentation/crypto/ |
D | api-digest.rst | 8 :functions: hash_alg_common ahash_alg shash_alg
|
/linux-6.12.1/include/crypto/internal/ |
D | hash.h | 99 static inline struct hash_alg_common *crypto_spawn_ahash_alg( in crypto_spawn_ahash_alg()
|
/linux-6.12.1/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 417 struct hash_alg_common *halg; in ccp_register_hmac_alg() 461 struct hash_alg_common *halg; in ccp_register_sha_alg()
|
D | ccp-crypto-aes-cmac.c | 353 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
|
/linux-6.12.1/drivers/crypto/ |
D | mxs-dcp.c | 632 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha() 673 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf() 778 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
|
D | n2_core.c | 1384 struct hash_alg_common *halg; in __n2_register_one_ahash()
|
/linux-6.12.1/drivers/crypto/ccree/ |
D | cc_hash.c | 1123 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()
|
/linux-6.12.1/drivers/crypto/caam/ |
D | caamhash.c | 1765 struct hash_alg_common *halg = in caam_hash_cra_init() 1766 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
|
D | caamalg_qi2.c | 4556 struct hash_alg_common *halg = in caam_hash_cra_init() 4557 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
|