Return the provider's dispatch table of core functions (borrowed).
Declared in <openssl/provider.h>
OSSL_DISPATCH const*
OSSL_PROVIDER_get0_dispatch(OSSL_PROVIDER const* prov);
Internal OSSL_DISPATCH array, or NULL if unavailable; do not free.
| Name | Description |
|---|---|
| prov | Provider to query. |