ENGINE_get_cipher

Return the EVP_CIPHER that e provides for algorithm nid.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
EVP_CIPHER const*
ENGINE_get_cipher(
    ENGINE* e,
    int nid);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Matching EVP_CIPHER, or NULL if e does not implement nid.

Parameters

NameDescription
eENGINE whose ciphers handler is queried.
nidNID of the cipher algorithm to look up.