Searched refs:hash_alg_common (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | hash.h | 46 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/ |
D | hash.h | 87 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/ |
D | ccp-crypto-sha.c | 371 struct hash_alg_common *halg; in ccp_register_hmac_alg() 415 struct hash_alg_common *halg; in ccp_register_sha_alg()
|
D | ccp-crypto-aes-cmac.c | 356 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
|
/linux-4.1.27/crypto/ |
D | ahash.c | 602 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()
|
D | authenc.c | 600 struct hash_alg_common *auth; in crypto_authenc_alloc()
|
D | authencesn.c | 692 struct hash_alg_common *auth; in crypto_authenc_esn_alloc()
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 517 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()
|
D | n2_core.c | 1465 struct hash_alg_common *halg; in __n2_register_one_ahash()
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamhash.c | 1752 struct hash_alg_common *halg = in caam_hash_cra_init() 1753 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
|