Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dhash.h46 struct hash_alg_common { struct
134 struct hash_alg_common halg;
184 __attribute__ ((aligned(__alignof__(struct hash_alg_common))));
263 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common()
266 return container_of(alg, struct hash_alg_common, base); in __crypto_hash_alg_common()
269 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common()
/linux-4.1.27/include/crypto/internal/
Dhash.h87 struct hash_alg_common *alg,
95 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask);
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-sha.c371 struct hash_alg_common *halg; in ccp_register_hmac_alg()
415 struct hash_alg_common *halg; in ccp_register_sha_alg()
Dccp-crypto-aes-cmac.c356 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
/linux-4.1.27/crypto/
Dahash.c602 struct hash_alg_common *alg, in crypto_init_ahash_spawn()
610 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
Dauthenc.c600 struct hash_alg_common *auth; in crypto_authenc_alloc()
Dauthencesn.c692 struct hash_alg_common *auth; in crypto_authenc_esn_alloc()
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c517 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
567 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
681 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
Dn2_core.c1465 struct hash_alg_common *halg; in __n2_register_one_ahash()
/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c1752 struct hash_alg_common *halg = in caam_hash_cra_init()
1753 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()