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
Name |
Description |
prov |
Provider to query. |
Created with MrDocs