Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c22 #define HACE_SG_EN BIT(18) macro
292 digest_addr, HACE_ALGO_SHA256 | HACE_SG_EN); in test_sha256_sg()
343 digest_addr, HACE_ALGO_SHA512 | HACE_SG_EN); in test_sha512_sg()
384 digest_addr, HACE_ALGO_SHA256 | HACE_SG_EN | HACE_ACCUM_EN); in test_sha256_accum()
425 digest_addr, HACE_ALGO_SHA512 | HACE_SG_EN | HACE_ACCUM_EN); in test_sha512_accum()
/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace.c44 #define HACE_SG_EN BIT(18) macro
165 method = HASH_CMD_ACC_MODE | HACE_SHA_BE_EN | HACE_SG_EN; in hw_sha_init()
296 ctx->method = HASH_CMD_ACC_MODE | HACE_SHA_BE_EN | HACE_SG_EN; in sha_digest()
H A Daspeed_hace_v1.c45 #define HACE_SG_EN BIT(18) macro
189 ctx->method = method | HACE_SG_EN; in hw_sha_init()