Return the EVP_CIPHER that e provides for algorithm nid.
Declared in <openssl/engine.h>
[[deprecated]]
EVP_CIPHER const*
ENGINE_get_cipher(
ENGINE* e,
int nid);
Deprecated. Use of this entity is allowed but discouraged.
Matching EVP_CIPHER, or NULL if e does not implement nid.
| Name | Description |
|---|---|
| e | ENGINE whose ciphers handler is queried. |
| nid | NID of the cipher algorithm to look up. |