Searched refs:SSL_get_current_cipher (Results 1 – 9 of 9) sorted by relevance
169 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
1296 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))
286 #define SSL_get_current_cipher SSL_GET_CURRENT_CIPHER macro
948 if (SSL_get_current_cipher(ssl) == nullptr) { in CheckHandshakeProperties()1303 if (SSL_get_current_cipher(ssl.get()) != nullptr) { in DoExchange()
738 SSL_CIPHER_description(SSL_get_current_cipher(ssl), NULL, 128); in VerifyServerName()
381 const SSL_CIPHER* current_cipher = SSL_get_current_cipher(ssl_); in GetSslCipherSuite()
2784 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));
1864 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function2291 const SSL_CIPHER *const cipher = SSL_get_current_cipher(ssl); in ssl3_can_false_start()
3119 ssl_cipher = SSL_get_current_cipher(ssl); in openssl_get_keyblock_size()