Test whether cipher is known under algorithm name name.
Synopsis
Declared in <openssl/evp.h>
int
EVP_CIPHER_is_a(
EVP_CIPHER const* cipher,
char const* name);
Return Value
1 if name identifies cipher, or 0 otherwise.
Parameters
Name |
Description |
cipher |
Cipher implementation to query. |
name |
Algorithm name or alias (for example "AES‐128‐CBC"). |
Created with MrDocs