Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c160 static void test_md5(const char *machine, const uint32_t base, in test_md5() function
509 test_md5("-machine ast2600-evb", 0x1e6d0000, 0x80000000); in test_md5_ast2600()
550 test_md5("-machine ast2500-evb", 0x1e6e3000, 0x80000000); in test_md5_ast2500()
571 test_md5("-machine palmetto-bmc", 0x1e6e3000, 0x40000000); in test_md5_ast2400()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py109 def test_md5(self): member in Checksum