Home
last modified time | relevance | path

Searched refs:SSL_get_current_cipher (Results 1 – 9 of 9) 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.h1296 OPENSSL_EXPORT const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
3086 #define SSL_get_cipher(ssl) SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
3088 SSL_CIPHER_get_bits(SSL_get_current_cipher(ssl), out_alg_bits)
3090 SSL_CIPHER_get_version(SSL_get_current_cipher(ssl))
3092 SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
/external/curl/lib/
Dsetup-vms.h286 #define SSL_get_current_cipher SSL_GET_CURRENT_CIPHER macro
/external/boringssl/src/ssl/test/
Dbssl_shim.cc948 if (SSL_get_current_cipher(ssl) == nullptr) { in CheckHandshakeProperties()
1303 if (SSL_get_current_cipher(ssl.get()) != nullptr) { in DoExchange()
/external/webrtc/webrtc/base/
Dopenssladapter.cc738 SSL_CIPHER_description(SSL_get_current_cipher(ssl), NULL, 128); in VerifyServerName()
Dopensslstreamadapter.cc381 const SSL_CIPHER* current_cipher = SSL_get_current_cipher(ssl_); in GetSslCipherSuite()
/external/libmicrohttpd/src/microhttpd/
Dconnection.c2784 connection->cipher = SSL_CIPHER_get_name (SSL_get_current_cipher (connection->tls_session));
2789 … connection->protocol = SSL_CIPHER_get_version (SSL_get_current_cipher (connection->tls_session));
/external/boringssl/src/ssl/
Dssl_lib.c1864 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
2291 const SSL_CIPHER *const cipher = SSL_get_current_cipher(ssl); in ssl3_can_false_start()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3119 ssl_cipher = SSL_get_current_cipher(ssl); in openssl_get_keyblock_size()