HomeSort by: relevance | last modified time | path
    Searched defs:entropy1 (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
rand_test.c 20 unsigned char entropy1[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 }; local
25 entropy1, sizeof(entropy1));
31 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy1, sizeof(outbuf))
35 entropy1 + sizeof(outbuf), sizeof(outbuf)))
rand_test.c 20 unsigned char entropy1[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 }; local
25 entropy1, sizeof(entropy1));
31 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy1, sizeof(outbuf))
35 entropy1 + sizeof(outbuf), sizeof(outbuf)))
  /src/crypto/external/apache2/openssl/dist/test/
rand_test.c 26 unsigned char entropy1[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 }; local
32 entropy1, sizeof(entropy1));
38 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy1, sizeof(outbuf))
42 entropy1 + sizeof(outbuf), sizeof(outbuf)))
rand_test.c 26 unsigned char entropy1[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 }; local
32 entropy1, sizeof(entropy1));
38 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy1, sizeof(outbuf))
42 entropy1 + sizeof(outbuf), sizeof(outbuf)))

Completed in 45 milliseconds