Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_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
HDssl.pod488 =item int B<SSL_get_cipher_bits>(const SSL *ssl, int *alg_bits);
/NextBSD/secure/lib/libssl/
HDMakefile.man265 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_bits.3
/NextBSD/crypto/openssl/ssl/
HDssl.h1794 # define SSL_get_cipher_bits(s,np) \ macro