[#EVP_PKEY_get_security_bits] = EVP_PKEY_get_security_bits :mrdocs: Return the estimated security strength of a key in bits. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_get_security_bits(xref:EVP_PKEY.adoc[EVP_PKEY] const* pkey); ---- == Return Value Security bits (for example 128), or 0 if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *pkey* | Key to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#