OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:long_msg
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/tests/
sha_tests.c
22
test_inputs[2] = (uint8_t *)
long_msg
;
44
test_inputs[2] = (uint8_t *)
long_msg
;
66
test_inputs[2] = (uint8_t *)
long_msg
;
84
/* Initialize
long_msg
with 'a' x 1,000,000 */
85
long_msg
= (char *) malloc(1000001);
86
memset(
long_msg
, 'a', 1000000);
87
long_msg
[1000000]=0;
96
free(
long_msg
);
vb2_sha_tests.c
44
test_inputs[2] = (uint8_t *)
long_msg
;
68
test_inputs[2] = (uint8_t *)
long_msg
;
92
test_inputs[2] = (uint8_t *)
long_msg
;
147
/* Initialize
long_msg
with 'a' x 1,000,000 */
148
long_msg
= (char *) malloc(1000001);
149
memset(
long_msg
, 'a', 1000000);
150
long_msg
[1000000]=0;
157
free(
long_msg
);
sha_test_vectors.h
19
char*
long_msg
;
variable
Completed in 81 milliseconds