Set the callback that enumerates or looks up EVP_PKEY_METHOD entries provided by an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
int
ENGINE_set_pkey_meths(
ENGINE* e,
ENGINE_PKEY_METHS_PTR f);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| e | ENGINE whose pkey-methods handler is replaced. |
| f | Pkey-methods callback, or NULL to clear. |