Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/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.pod484 =item int B<SSL_get_cipher_bits>(const SSL *ssl, int *alg_bits);
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h1611 # define SSL_get_cipher_bits(s,np) \ macro