Home
last modified time | relevance | path

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

/openssl/test/
H A Ddrbgtest.c782 static EVP_RAND_CTX *new_drbg(EVP_RAND_CTX *parent) in new_drbg() function
812 if (!TEST_ptr(x = new_drbg(NULL)) in test_rand_prediction_resistance()
815 || !TEST_ptr(y = new_drbg(x)) in test_rand_prediction_resistance()
817 || !TEST_ptr(z = new_drbg(y)) in test_rand_prediction_resistance()

Completed in 12 milliseconds