Searched refs:test_sha256 (Results 1 – 2 of 2) sorted by relevance
194 static void test_sha256(const char *machine, const uint32_t base, in test_sha256() function514 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()
125 def test_sha256(self): member in Checksum