Searched refs:EVP_RAND_get_state (Results 1 – 3 of 3) sorted by relevance
39 return EVP_RAND_get_state(drbg) == EVP_RAND_STATE_READY ? 1 : 0; in drbg_status()
400 return EVP_RAND_get_state(rand) == EVP_RAND_STATE_READY; in RAND_status()
670 int EVP_RAND_get_state(EVP_RAND_CTX *ctx) in EVP_RAND_get_state() function
Completed in 9 milliseconds