Searched refs:test_vector_sg1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 82 static const uint8_t test_vector_sg1[] = {0x61, 0x62, 0x63, 0x64, 0x65, 0x66}; variable 271 { cpu_to_le32(sizeof(test_vector_sg1)), in test_sha256_sg() 283 qtest_memwrite(s, src_addr_1, test_vector_sg1, sizeof(test_vector_sg1)); in test_sha256_sg() 289 (sizeof(test_vector_sg1) in test_sha256_sg() 322 { cpu_to_le32(sizeof(test_vector_sg1)), in test_sha512_sg() 334 qtest_memwrite(s, src_addr_1, test_vector_sg1, sizeof(test_vector_sg1)); in test_sha512_sg() 340 (sizeof(test_vector_sg1) in test_sha512_sg()
|