Return the provider that supplied a RAND implementation.

Synopsis

Declared in <openssl/evp.h>

OSSL_PROVIDER const*
EVP_RAND_get0_provider(EVP_RAND const* rand);

Return Value

Provider pointer, or NULL if unavailable.

Parameters

Name

Description

rand

RAND method to query.

Created with MrDocs