Searched refs:SSL_get_current_cipher (Results 1 – 6 of 6) sorted by relevance
169 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
1562 #define SSL_get_cipher(s) SSL_CIPHER_get_name(SSL_get_current_cipher(s))1564 SSL_CIPHER_get_bits(SSL_get_current_cipher(s), np)1566 SSL_CIPHER_get_version(SSL_get_current_cipher(s))1567 #define SSL_get_cipher_name(s) SSL_CIPHER_get_name(SSL_get_current_cipher(s))1865 OPENSSL_EXPORT const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
702 if (SSL_get_current_cipher(ssl.get()) != nullptr) { in DoExchange()726 if (SSL_get_current_cipher(ssl.get()) == nullptr) { in DoExchange()
2218 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) { in SSL_get_current_cipher() function2676 const SSL_CIPHER *const cipher = SSL_get_current_cipher(s); in ssl3_can_false_start()
1640 c = SSL_get_current_cipher(ssl); in show_cert()
1905 c = SSL_get_current_cipher(ssl); in pr_ssl_info()