ENGINE_get_pkey_meths

Return the EVP_PKEY_METHOD enumeration/lookup callback registered on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE_PKEY_METHS_PTR
ENGINE_get_pkey_meths(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pkey-methods callback, or NULL if none is set.

Parameters

NameDescription
eENGINE to query.