Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace_v1.c42 #define HACE_ALGO_SHA256 (BIT(4) | BIT(6)) macro
132 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA256); in hw_sha256()
167 method = HACE_ALGO_SHA256; in hw_sha_init()
H A Daspeed_hace.c40 #define HACE_ALGO_SHA256 (BIT(4) | BIT(6)) macro
171 method |= HACE_ALGO_SHA256; in hw_sha_init()
308 ctx->method |= HACE_ALGO_SHA256; in sha_digest()
/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c19 #define HACE_ALGO_SHA256 (BIT(4) | BIT(6)) macro
208 write_regs(s, base, src_addr, sizeof(test_vector), digest_addr, HACE_ALGO_SHA256); in test_sha256()
292 digest_addr, HACE_ALGO_SHA256 | HACE_SG_EN); in test_sha256_sg()
384 digest_addr, HACE_ALGO_SHA256 | HACE_SG_EN | HACE_ACCUM_EN); in test_sha256_accum()