ENGINE_get_load_privkey_function

Return the private-key loader callback registered on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE_LOAD_KEY_PTR
ENGINE_get_load_privkey_function(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Private-key loader, or NULL if none is set.

Parameters

NameDescription
eENGINE to query.