OSSL_PROVIDER_get0_dispatch

Return the provider's dispatch table of core functions (borrowed).

Synopsis

Declared in <openssl/provider.h>

OSSL_DISPATCH const*
OSSL_PROVIDER_get0_dispatch(OSSL_PROVIDER const* prov);

Return Value

Internal OSSL_DISPATCH array, or NULL if unavailable; do not free.

Parameters

NameDescription
provProvider to query.