HomeSort by: relevance | last modified time | path
    Searched refs:gen_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
drbgtest.c 42 static int gen_bytes(EVP_RAND_CTX *drbg, unsigned char *buf, int num) function
61 return gen_bytes(RAND_get0_public(NULL), buf, num);
66 return gen_bytes(RAND_get0_private(NULL), buf, num);
  /src/crypto/external/bsd/openssl/dist/test/
drbgtest.c 48 static int gen_bytes(EVP_RAND_CTX *drbg, unsigned char *buf, int num) function
67 return gen_bytes(RAND_get0_public(NULL), buf, num);
72 return gen_bytes(RAND_get0_private(NULL), buf, num);

Completed in 28 milliseconds