Return the ciphers enumeration/lookup callback registered on an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE_CIPHERS_PTR
ENGINE_get_ciphers(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
Ciphers callback, or NULL if none is set.
| Name | Description |
|---|---|
| e | ENGINE to query. |