Return the OpenSSL‐internal 32‐bit identifier for cipher c.
Synopsis
Declared in <openssl/ssl.h>
uint32_t
SSL_CIPHER_get_id(SSL_CIPHER const* c);
Return Value
Cipher id (version bits in the high word, suite id in the low word).
Parameters
Name |
Description |
c |
Cipher suite object. |
Created with MrDocs