Searched refs:hash_alg_common (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | hash.h | 46 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/ |
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.4.14/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 | 385 struct hash_alg_common *auth; in crypto_authenc_create()
|
D | authencesn.c | 401 struct hash_alg_common *auth; in crypto_authenc_esn_create()
|
D | chacha20poly1305.c | 576 struct hash_alg_common *poly_hash; in chachapoly_create()
|
D | gcm.c | 629 struct hash_alg_common *ghash; in crypto_gcm_create_common()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 384 struct hash_alg_common *halg; in ccp_register_hmac_alg() 428 struct hash_alg_common *halg; in ccp_register_sha_alg()
|
D | ccp-crypto-aes-cmac.c | 374 struct hash_alg_common *halg; in ccp_register_aes_cmac_algs()
|
/linux-4.4.14/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.4.14/drivers/crypto/caam/ |
D | caamhash.c | 1763 struct hash_alg_common *halg = in caam_hash_cra_init() 1764 container_of(base, struct hash_alg_common, base); in caam_hash_cra_init()
|