Searched refs:HACE_ALGO_SHA512 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_hace_v1.c | 43 #define HACE_ALGO_SHA512 (BIT(5) | BIT(6)) macro 152 rc = digest_object(pbuf, buf_len, pout, HACE_ALGO_SHA512); in hw_sha512() 170 method = HACE_ALGO_SHA512; in hw_sha_init()
|
H A D | aspeed_hace.c | 41 #define HACE_ALGO_SHA512 (BIT(5) | BIT(6)) macro 179 method |= HACE_ALGO_SHA512; in hw_sha_init() 320 ctx->method |= HACE_ALGO_SHA512; in sha_digest()
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 20 #define HACE_ALGO_SHA512 (BIT(5) | BIT(6)) macro 241 write_regs(s, base, src_addr, sizeof(test_vector), digest_addr, HACE_ALGO_SHA512); in test_sha512() 343 digest_addr, HACE_ALGO_SHA512 | HACE_SG_EN); in test_sha512_sg() 425 digest_addr, HACE_ALGO_SHA512 | HACE_SG_EN | HACE_ACCUM_EN); in test_sha512_accum()
|