Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c323 EVP_RAND *testrand = NULL; in SELF_TEST_post() local
392 if ((testrand = EVP_RAND_fetch(st->libctx, "TEST-RAND", NULL)) == NULL in SELF_TEST_post()
394 EVP_RAND_get0_name(testrand)) in SELF_TEST_post()
402 EVP_RAND_free(testrand); in SELF_TEST_post()