Home
last modified time | relevance | path

Searched refs:crypto_hash_alg_common (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/crypto/
Dhash.h288 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function
306 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()
311 return crypto_hash_alg_common(tfm)->statesize; in crypto_ahash_statesize()
/linux-4.4.14/drivers/crypto/qce/
Dsha.h71 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
/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()
/linux-4.4.14/crypto/
Dahash.c39 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()