Home
last modified time | relevance | path

Searched refs:ace_sha_hash_digest (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c27 int ace_sha_hash_digest(const unsigned char *pbuf, unsigned int buf_len, in ace_sha_hash_digest() function
105 if (ace_sha_hash_digest(pbuf, buf_len, pout, ACE_SHA_TYPE_SHA256)) in hw_sha256()
112 if (ace_sha_hash_digest(pbuf, buf_len, pout, ACE_SHA_TYPE_SHA1)) in hw_sha1()
H A Dace_sha.h311 int ace_sha_hash_digest(const uchar * in_addr, uint buflen,