Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dhash.h47 struct hash_alg_common { struct
144 struct hash_alg_common halg;
194 __attribute__ ((aligned(__alignof__(struct hash_alg_common))));
308 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common()
311 return container_of(alg, struct hash_alg_common, base); in __crypto_hash_alg_common()
314 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common()
/Linux-v4.19/include/crypto/internal/
Dhash.h93 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg);
96 struct hash_alg_common *alg,
104 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask);
/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst8 :functions: hash_alg_common ahash_alg shash_alg
/Linux-v4.19/crypto/
Dahash.c634 struct hash_alg_common *alg, in crypto_init_ahash_spawn()
642 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
651 bool crypto_hash_alg_has_setkey(struct hash_alg_common *halg) in crypto_hash_alg_has_setkey()
Dauthenc.c384 struct hash_alg_common *auth; in crypto_authenc_create()
Dauthencesn.c410 struct hash_alg_common *auth; in crypto_authenc_esn_create()
Dmcryptd.c490 struct hash_alg_common *halg; in mcryptd_create_hash()
Dchacha20poly1305.c584 struct hash_alg_common *poly_hash; in chachapoly_create()
Dccm.c466 struct hash_alg_common *mac; in crypto_ccm_create_common()
Dgcm.c608 struct hash_alg_common *ghash; in crypto_gcm_create_common()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-sha.c427 struct hash_alg_common *halg; in ccp_register_hmac_alg()
471 struct hash_alg_common *halg; in ccp_register_sha_alg()
Dccp-crypto-aes-cmac.c374 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
/Linux-v4.19/drivers/crypto/
Dmxs-dcp.c516 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
566 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
683 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
Dn2_core.c1459 struct hash_alg_common *halg; in __n2_register_one_ahash()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c1075 struct hash_alg_common *hash_alg_common = in cc_cra_init() local
1076 container_of(tfm->__crt_alg, struct hash_alg_common, base); in cc_cra_init()
1078 container_of(hash_alg_common, struct ahash_alg, halg); in cc_cra_init()
/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c1726 struct hash_alg_common *halg = in caam_hash_cra_init()
1727 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()