[#OSSL_PROVIDER_get0_dispatch] = OSSL_PROVIDER_get0_dispatch :mrdocs: Return the provider's dispatch table of core functions (borrowed). == Synopsis Declared in `<openssl/provider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_DISPATCH.adoc[OSSL_DISPATCH] const* OSSL_PROVIDER_get0_dispatch(xref:OSSL_PROVIDER.adoc[OSSL_PROVIDER] const* prov); ---- == Return Value Internal OSSL_DISPATCH array, or NULL if unavailable; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *prov* | Provider to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#