[#EVP_KEM_get0_name] = EVP_KEM_get0_name :mrdocs: Return the primary name of a fetched KEM algorithm. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* EVP_KEM_get0_name(xref:EVP_KEM.adoc[EVP_KEM] const* wrap); ---- == Return Value Internal algorithm name string; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *wrap* | KEM implementation from EVP_KEM_fetch(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#