Test whether a KEM implementation is known by a given name.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_KEM_is_a( EVP_KEM const* wrap, char const* name);
1 if wrap matches name, or 0 otherwise.
wrap
name,