Searched refs:digest_object (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_hace_v1.c | 75 static int digest_object(const void *src, unsigned int length, void *digest, in digest_object() function 122 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA1); in hw_sha1() 132 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA256); in hw_sha256() 142 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA384); in hw_sha384() 152 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA512); in hw_sha512() 230 rc = digest_object(ctx->list, ctx->len, dest_buf, ctx->method); in hw_sha_finish()
|
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ |
H A D | crypto.h | 45 extern int digest_object(u8 *src, u32 length, u8 *digest, u32 method);
|