Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Drand_test.c111 EVP_RAND *crngt_alg = NULL, *parent_alg = NULL; in fips_health_test_one() local
121 if (!TEST_ptr(parent_alg = EVP_RAND_fetch(NULL, "TEST-RAND", "-fips")) in fips_health_test_one()
123 || !TEST_ptr(parent = EVP_RAND_CTX_new(parent_alg, NULL)) in fips_health_test_one()
146 EVP_RAND_free(parent_alg); in fips_health_test_one()