Test whether a KEM implementation is known by a given name.
Synopsis
Declared in <openssl/evp.h>
int
EVP_KEM_is_a(
EVP_KEM const* wrap,
char const* name);
Return Value
1 if wrap matches name, or 0 otherwise.
Parameters
Name |
Description |
wrap |
KEM method to query. |
name |
Algorithm name or alias to compare. |
Created with MrDocs