Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dsha_tests.c22 test_inputs[2] = (uint8_t *) long_msg; in SHA1_tests()
44 test_inputs[2] = (uint8_t *) long_msg; in SHA256_tests()
66 test_inputs[2] = (uint8_t *) long_msg; in SHA512_tests()
85 long_msg = (char *) malloc(1000001); in main()
86 memset(long_msg, 'a', 1000000); in main()
87 long_msg[1000000]=0; in main()
96 free(long_msg); in main()
Dvb2_sha_tests.c44 test_inputs[2] = (uint8_t *) long_msg; in sha1_tests()
68 test_inputs[2] = (uint8_t *) long_msg; in sha256_tests()
92 test_inputs[2] = (uint8_t *) long_msg; in sha512_tests()
148 long_msg = (char *) malloc(1000001); in main()
149 memset(long_msg, 'a', 1000000); in main()
150 long_msg[1000000]=0; in main()
157 free(long_msg); in main()
Dsha_test_vectors.h19 char* long_msg; variable