Home
last modified time | relevance | path

Searched refs:test_sha256 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c194 static void test_sha256(const char *machine, const uint32_t base, in test_sha256() function
514 test_sha256("-machine ast2600-evb", 0x1e6d0000, 0x80000000); in test_sha256_ast2600()
555 test_sha256("-machine ast2500-evb", 0x1e6e3000, 0x80000000); in test_sha256_ast2500()
576 test_sha256("-machine palmetto-bmc", 0x1e6e3000, 0x40000000); in test_sha256_ast2400()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py125 def test_sha256(self): member in Checksum