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