EVP_PKEY_CTX_get0_provider

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

NameDescription
ctxKey context to query.