EVP_RAND_CTX_up_ref

Increment the reference count on an EVP_RAND_CTX.

Synopsis

Declared in <openssl/evp.h>

int
EVP_RAND_CTX_up_ref(EVP_RAND_CTX* ctx);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
ctxRAND context whose reference count is increased.