Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dhash.h46 struct hash_alg_common { struct
139 struct hash_alg_common halg;
189 __attribute__ ((aligned(__alignof__(struct hash_alg_common))));
282 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common()
285 return container_of(alg, struct hash_alg_common, base); in __crypto_hash_alg_common()
288 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common()
/linux-4.4.14/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.4.14/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.c385 struct hash_alg_common *auth; in crypto_authenc_create()
Dauthencesn.c401 struct hash_alg_common *auth; in crypto_authenc_esn_create()
Dchacha20poly1305.c576 struct hash_alg_common *poly_hash; in chachapoly_create()
Dgcm.c629 struct hash_alg_common *ghash; in crypto_gcm_create_common()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c384 struct hash_alg_common *halg; in ccp_register_hmac_alg()
428 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-4.4.14/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.4.14/drivers/crypto/caam/
Dcaamhash.c1763 struct hash_alg_common *halg = in caam_hash_cra_init()
1764 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()