[#SSL_CIPHER_get_id] = SSL_CIPHER_get_id :mrdocs: Return the OpenSSL‐internal 32‐bit identifier for cipher `c.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint32_t SSL_CIPHER_get_id(xref:SSL_CIPHER.adoc[SSL_CIPHER] const* c); ---- == Return Value Cipher id (version bits in the high word, suite id in the low word). == Parameters [cols="1,4"] |=== | Name| Description | *c* | Cipher suite object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#