Home
last modified time | relevance | path

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

/openssl/test/
H A Drand_test.c20 unsigned char entropy1[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 }; in test_rand() local
25 entropy1, sizeof(entropy1)); in test_rand()
31 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy1, sizeof(outbuf)) in test_rand()
35 entropy1 + sizeof(outbuf), sizeof(outbuf))) in test_rand()

Completed in 5 milliseconds