Searched refs:test_vector_sg3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 84 static const uint8_t test_vector_sg3[] = {0x6a, 0x6b, 0x6c}; variable 275 { cpu_to_le32(sizeof(test_vector_sg3) | SG_LIST_LEN_LAST), in test_sha256_sg() 285 qtest_memwrite(s, src_addr_3, test_vector_sg3, sizeof(test_vector_sg3)); in test_sha256_sg() 291 + sizeof(test_vector_sg3)), in test_sha256_sg() 326 { cpu_to_le32(sizeof(test_vector_sg3) | SG_LIST_LEN_LAST), in test_sha512_sg() 336 qtest_memwrite(s, src_addr_3, test_vector_sg3, sizeof(test_vector_sg3)); in test_sha512_sg() 342 + sizeof(test_vector_sg3)), in test_sha512_sg()
|