[#EVP_KEM_is_a] = EVP_KEM_is_a :mrdocs: Test whether a KEM implementation is known by a given name. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_KEM_is_a( xref:EVP_KEM.adoc[EVP_KEM] const* wrap, char const* name); ---- == Return Value 1 if `wrap` matches `name,` or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *wrap* | KEM method to query. | *name* | Algorithm name or alias to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#