Return the OpenSSL-internal 32-bit identifier for cipher c.
c.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
uint32_t SSL_CIPHER_get_id(SSL_CIPHER const* c);
Cipher id (version bits in the high word, suite id in the low word).