Searched refs:test_vector_sg2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 83 static const uint8_t test_vector_sg2[] = {0x67, 0x68, 0x69}; variable 273 { cpu_to_le32(sizeof(test_vector_sg2)), in test_sha256_sg() 284 qtest_memwrite(s, src_addr_2, test_vector_sg2, sizeof(test_vector_sg2)); in test_sha256_sg() 290 + sizeof(test_vector_sg2) in test_sha256_sg() 324 { cpu_to_le32(sizeof(test_vector_sg2)), in test_sha512_sg() 335 qtest_memwrite(s, src_addr_2, test_vector_sg2, sizeof(test_vector_sg2)); in test_sha512_sg() 341 + sizeof(test_vector_sg2) in test_sha512_sg()
|