Home
last modified time | relevance | path

Searched refs:SSL_get_current_cipher (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/tool/
Dtransport_common.cc169 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
/external/boringssl/src/include/openssl/
Dssl.h1562 #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);
/external/boringssl/src/ssl/test/
Dbssl_shim.cc702 if (SSL_get_current_cipher(ssl.get()) != nullptr) { in DoExchange()
726 if (SSL_get_current_cipher(ssl.get()) == nullptr) { in DoExchange()
/external/boringssl/src/ssl/
Dssl_lib.c2218 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) { in SSL_get_current_cipher() function
2676 const SSL_CIPHER *const cipher = SSL_get_current_cipher(s); in ssl3_can_false_start()
/external/libvncserver/x11vnc/
Denc.h1640 c = SSL_get_current_cipher(ssl); in show_cert()
Dsslhelper.c1905 c = SSL_get_current_cipher(ssl); in pr_ssl_info()