Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dahash.c158 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey()
299 return crypto_hash_errstat(crypto_hash_alg_common(tfm), err); in crypto_ahash_op()
305 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_final()
317 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_finup()
333 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_digest()
544 struct hash_alg_common *halg = crypto_hash_alg_common(hash); in crypto_clone_ahash()
H A Dtestmgr.c1744 const char *algname = crypto_hash_alg_common(tfm)->base.cra_name; in test_hash_vs_generic_impl()
/openbmc/linux/drivers/crypto/qce/
H A Dsha.h64 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash), in to_ahash_tmpl()
/openbmc/linux/include/crypto/
H A Dhash.h371 static inline struct hash_alg_common *crypto_hash_alg_common( in crypto_hash_alg_common() function
389 return crypto_hash_alg_common(tfm)->digestsize; in crypto_ahash_digestsize()
604 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_update()
/openbmc/linux/include/crypto/internal/
H A Dhash.h154 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()
/openbmc/linux/drivers/crypto/
H A Dmxs-dcp.c582 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in mxs_dcp_run_sha()
623 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_req_to_buf()
728 struct hash_alg_common *halg = crypto_hash_alg_common(tfm); in dcp_sha_init()
/openbmc/linux/drivers/md/
H A Ddm-verity-target.c1348 crypto_hash_alg_common(v->tfm)->base.cra_driver_name); in verity_ctr()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2501 crypto_hash_alg_common(ahash)->statesize = in safexcel_sha3_cra_init()