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

  /src/crypto/external/apache2/openssl/dist/test/
rand_test.c 123 || !TEST_ptr(parent = EVP_RAND_CTX_new(parent_alg, NULL))
124 || !TEST_ptr(crngt = EVP_RAND_CTX_new(crngt_alg, parent))
drbgtest.c 789 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent))
acvp_test.c 1590 || !TEST_ptr(parent = EVP_RAND_CTX_new(rand, NULL)))
1602 || !TEST_ptr(ctx = EVP_RAND_CTX_new(rand, parent)))
1651 /* Coverity is confused by the upref/free in EVP_RAND_CTX_new() subdue it */
evp_test.c 3556 rdata->parent = EVP_RAND_CTX_new(rand, NULL);
3568 rdata->ctx = EVP_RAND_CTX_new(rand, rdata->parent);
evp_extra_test.c 4465 ctx = EVP_RAND_CTX_new(rand, NULL);
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_kats.c 310 test = EVP_RAND_CTX_new(rand, NULL);
324 drbg = EVP_RAND_CTX_new(rand, test);
1042 parent_rand = EVP_RAND_CTX_new(rand, NULL);
1056 kat_rand = EVP_RAND_CTX_new(rand, parent_rand);
1131 main_rand = EVP_RAND_CTX_new(rand, NULL);
  /src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c 547 ctx = EVP_RAND_CTX_new(rand, NULL);
580 ctx = EVP_RAND_CTX_new(rand, parent);
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_lib.c 634 ctx = EVP_RAND_CTX_new(rand, NULL);
690 ctx = EVP_RAND_CTX_new(rand, parent);
741 ctx = EVP_RAND_CTX_new(rand, parent);
  /src/crypto/external/bsd/openssl/dist/providers/fips/
self_test_kats.c 269 test = EVP_RAND_CTX_new(rand, NULL);
283 drbg = EVP_RAND_CTX_new(rand, test);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_rand.c 339 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent)
  /src/crypto/external/apache2/openssl/dist/fuzz/
provider.c 500 if (!(ctx = EVP_RAND_CTX_new(evp_rand, NULL))) {
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_rand.c 330 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent)
  /src/crypto/external/bsd/openssl/dist/test/
drbgtest.c 799 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent))
acvp_test.c 1323 || !TEST_ptr(parent = EVP_RAND_CTX_new(rand, NULL)))
1335 || !TEST_ptr(ctx = EVP_RAND_CTX_new(rand, parent)))
evp_test.c 2472 rdata->parent = EVP_RAND_CTX_new(rand, NULL);
2484 rdata->ctx = EVP_RAND_CTX_new(rand, rdata->parent);
evp_extra_test.c 3283 ctx = EVP_RAND_CTX_new(rand, NULL);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 1252 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 1299 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);

Completed in 50 milliseconds