EVP_RAND_CTX_up_ref
if (!EVP_RAND_CTX_up_ref(parent)) {
int EVP_RAND_CTX_up_ref(EVP_RAND_CTX *ctx);
if (!EVP_RAND_CTX_up_ref(main_rand))
if (EVP_RAND_CTX_up_ref(kat_rand))
if (saved_rand != NULL && !EVP_RAND_CTX_up_ref(saved_rand))