Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_get_current_cipher

1506 /* SSL_get_current_cipher returns the cipher used in the current outgoing
1508 OPENSSL_EXPORT const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
3654 #define SSL_get_cipher(ssl) SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
3656 SSL_CIPHER_get_bits(SSL_get_current_cipher(ssl), out_alg_bits)
3658 SSL_CIPHER_get_version(SSL_get_current_cipher(ssl))
3660 SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))