Searched refs:entropy1 (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | rand_test.c | 24 unsigned char entropy1[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 }; in test_rand() local 29 entropy1, sizeof(entropy1)); in test_rand() 35 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy1, sizeof(outbuf)) in test_rand() 39 entropy1 + sizeof(outbuf), sizeof(outbuf))) in test_rand()
|
Completed in 4 milliseconds