/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash.h | 45 * struct hash_alg_common - define properties of message digest 59 * The hash_alg_common data structure now adds the hash-specific 70 struct hash_alg_common HASH_ALG_COMMON; 156 * @halg: see struct hash_alg_common 172 struct hash_alg_common halg; 222 * @halg: see struct hash_alg_common 223 * @HASH_ALG_COMMON: see struct hash_alg_common 246 struct hash_alg_common halg; 365 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common() 368 return container_of(alg, struct hash_alg_common, bas in __crypto_hash_alg_common() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | hash.h | 19 struct hash_alg_common *halg = __crypto_hash_alg_common(alg); in crypto_hash_report_stat() 38 int hash_prepare_alg(struct hash_alg_common *alg);
|
H A D | ahash.c | 158 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey() 305 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_final() 317 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_finup() 333 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_digest() 544 struct hash_alg_common *halg = crypto_hash_alg_common(hash); in crypto_clone_ahash() 676 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg) in crypto_hash_alg_has_setkey()
|
H A D | authenc.c | 376 struct hash_alg_common *auth; in crypto_authenc_create()
|
H A D | authencesn.c | 393 struct hash_alg_common *auth; in crypto_authenc_esn_create()
|
H A D | shash.c | 621 int hash_prepare_alg(struct hash_alg_common *alg) in hash_prepare_alg()
|
H A D | chacha20poly1305.c | 562 struct hash_alg_common *poly; in chachapoly_create()
|
H A D | ccm.c | 454 struct hash_alg_common *mac; in crypto_ccm_create_common()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 26 * struct hash_alg_common - define properties of message digest 39 * The hash_alg_common data structure now adds the hash-specific 42 struct hash_alg_common { struct 132 * @halg: see struct hash_alg_common 147 struct hash_alg_common halg; 216 /* These fields must match hash_alg_common. */ 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_commo [all...] |
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | hash.h | 86 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-6.6/include/crypto/internal/ |
H A D | hash.h | 92 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg); 103 static inline struct hash_alg_common *crypto_spawn_ahash_alg( in crypto_spawn_ahash_alg()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ahash.c | 165 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()
|
H A D | authencesn.c | 396 struct hash_alg_common *auth; in crypto_authenc_esn_create()
|
H A D | authenc.c | 378 struct hash_alg_common *auth; in crypto_authenc_create()
|
H A D | ccm.c | 454 struct hash_alg_common *mac; in crypto_ccm_create_common()
|
H A D | chacha20poly1305.c | 562 struct hash_alg_common *poly; in chachapoly_create()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 416 struct hash_alg_common *halg; in ccp_register_hmac_alg() 460 struct hash_alg_common *halg; in ccp_register_sha_alg()
|
H A D | ccp-crypto-aes-cmac.c | 352 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A 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()
|
H A D | ccp-crypto-aes-cmac.c | 353 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | mxs-dcp.c | 581 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()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | mxs-dcp.c | 582 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha() 623 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf() 728 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamhash.c | 1756 struct hash_alg_common *halg = in caam_hash_cra_init() 1757 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
|