Home
last modified time | relevance | path

Searched refs:SSL_get_cipher_bits (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_get_current_cipher.pod6 SSL_get_cipher_bits, SSL_get_cipher_version - get SSL_CIPHER of a connection
17 #define SSL_get_cipher_bits(s,np) \
29 name of the currently used cipher. SSL_get_cipher_bits() is a
H A Dssl.pod469 =item int B<SSL_get_cipher_bits>(const SSL *ssl, int *alg_bits);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl.h1066 #define SSL_get_cipher_bits(s,np) \ macro