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
Name |
Description |
e |
ENGINE whose ciphers handler is queried. |
nid |
NID of the cipher algorithm to look up. |
Created with MrDocs