ENGINE_get_cipher_engine

Obtain a functional reference to the default ENGINE implementing cipher nid.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE*
ENGINE_get_cipher_engine(int nid);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Initialised ENGINE on success, or NULL if none is registered for nid.

Parameters

NameDescription
nidNID of the EVP_CIPHER algorithm to look up.