EVP_PKEY_get0_engine

Return the ENGINE associated with pkey, if any (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
ENGINE*
EVP_PKEY_get0_engine(EVP_PKEY const* pkey);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

ENGINE pointer, or NULL if the key is not engine-backed.

Parameters

NameDescription
pkeyKey to query.