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