Home
last modified time | relevance | path

Searched refs:oneblock_msg (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/tests/
Dvb2_sha_tests.c42 test_inputs[0] = (uint8_t *) oneblock_msg; in sha1_tests()
66 test_inputs[0] = (uint8_t *) oneblock_msg; in sha256_tests()
90 test_inputs[0] = (uint8_t *) oneblock_msg; in sha512_tests()
129 TEST_EQ(vb2_digest((uint8_t *)oneblock_msg, strlen(oneblock_msg), in misc_tests()
Dsha_tests.c20 test_inputs[0] = (uint8_t *) oneblock_msg; in SHA1_tests()
42 test_inputs[0] = (uint8_t *) oneblock_msg; in SHA256_tests()
64 test_inputs[0] = (uint8_t *) oneblock_msg; in SHA512_tests()
Dsha_test_vectors.h13 char* oneblock_msg = "abc"; variable