Home
last modified time | relevance | path

Searched refs:HACE_ALGO_SHA384 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace.c42 #define HACE_ALGO_SHA384 (BIT(5) | BIT(6) | BIT(10)) macro
175 method |= HACE_ALGO_SHA384; in hw_sha_init()
314 ctx->method |= HACE_ALGO_SHA384; in sha_digest()
H A Daspeed_hace_v1.c44 #define HACE_ALGO_SHA384 (BIT(5) | BIT(6) | BIT(10)) macro
142 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA384); in hw_sha384()
/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c21 #define HACE_ALGO_SHA384 (BIT(5) | BIT(6) | BIT(10)) macro