Return the provider that supplies the algorithm implementation used by ctx.
Declared in <openssl/evp.h>
OSSL_PROVIDER const*
EVP_PKEY_CTX_get0_provider(EVP_PKEY_CTX const* ctx);
Provider pointer owned by OpenSSL, or NULL if no provider is associated.
| Name | Description |
|---|---|
| ctx | Key context to query. |