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

  /src/crypto/external/bsd/openssl/dist/test/
rand_test.c 21 unsigned char entropy2[] = { 0xff, 0xfe, 0xfd }; local
39 entropy2, sizeof(entropy2));
42 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy2, sizeof(outbuf)))
rand_test.c 21 unsigned char entropy2[] = { 0xff, 0xfe, 0xfd }; local
39 entropy2, sizeof(entropy2));
42 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy2, sizeof(outbuf)))
  /src/crypto/external/apache2/openssl/dist/test/
rand_test.c 27 unsigned char entropy2[] = { 0xff, 0xfe, 0xfd }; local
46 entropy2, sizeof(entropy2));
49 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy2, sizeof(outbuf)))
rand_test.c 27 unsigned char entropy2[] = { 0xff, 0xfe, 0xfd }; local
46 entropy2, sizeof(entropy2));
49 || !TEST_mem_eq(outbuf, sizeof(outbuf), entropy2, sizeof(outbuf)))

Completed in 112 milliseconds