Home
last modified time | relevance | path

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

12

/external/webrtc/rtc_base/
Dopenssl_utility.cc58 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates()
Dopenssl_stream_adapter.cc377 const SSL_CIPHER* current_cipher = SSL_get_current_cipher(ssl_); in GetSslCipherSuite()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_enc.cc311 SSL_get_current_cipher(ssl))) { in SSL_get_key_block_len()
Dssl_lib.cc2466 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
/external/boringssl/src/ssl/
Dt1_enc.cc311 SSL_get_current_cipher(ssl))) { in SSL_get_key_block_len()
Dssl_lib.cc2398 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
/external/curl/lib/
Dsetup-vms.h291 #define SSL_get_current_cipher SSL_GET_CURRENT_CIPHER macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h1605 OPENSSL_EXPORT const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
4429 #define SSL_get_cipher(ssl) SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
4431 SSL_CIPHER_get_bits(SSL_get_current_cipher(ssl), out_alg_bits)
4433 SSL_CIPHER_get_version(SSL_get_current_cipher(ssl))
4435 SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
/external/boringssl/src/include/openssl/
Dssl.h1643 OPENSSL_EXPORT const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
4756 #define SSL_get_cipher(ssl) SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
4758 SSL_CIPHER_get_bits(SSL_get_current_cipher(ssl), out_alg_bits)
4760 SSL_CIPHER_get_version(SSL_get_current_cipher(ssl))
4762 SSL_CIPHER_get_name(SSL_get_current_cipher(ssl))
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h803 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
/external/python/pyopenssl/src/OpenSSL/
DSSL.py2314 cipher = _lib.SSL_get_current_cipher(self._ssl)
2331 cipher = _lib.SSL_get_current_cipher(self._ssl)
2347 cipher = _lib.SSL_get_current_cipher(self._ssl)
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc408 if (SSL_get_current_cipher(ssl) == nullptr) { in CheckHandshakeProperties()
601 uint16_t cipher_id = SSL_CIPHER_get_protocol_id(SSL_get_current_cipher(ssl)); in CheckHandshakeProperties()
/external/rust/crates/quiche/src/
Dtls.rs524 map_result_ptr(unsafe { SSL_get_current_cipher(self.as_ptr()) }); in cipher()
1095 fn SSL_get_current_cipher(ssl: *mut SSL) -> *const SSL_CIPHER; in SSL_get_current_cipher() function
/external/boringssl/src/ssl/test/
Dbssl_shim.cc404 if (SSL_get_current_cipher(ssl) == nullptr) { in CheckHandshakeProperties()
585 uint16_t cipher_id = SSL_CIPHER_get_protocol_id(SSL_get_current_cipher(ssl)); in CheckHandshakeProperties()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSsl.java113 return NativeCrypto.cipherSuiteToJava(NativeCrypto.SSL_get_current_cipher(ssl, this)); in getCipherSuite()
DNativeCrypto.java1165 public static native String SSL_get_current_cipher(long ssl, NativeSsl ssl_holder); in SSL_get_current_cipher() method in NativeCrypto
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSsl.java114 return NativeCrypto.cipherSuiteToJava(NativeCrypto.SSL_get_current_cipher(ssl, this)); in getCipherSuite()
DNativeCrypto.java1198 public static native String SSL_get_current_cipher(long ssl, NativeSsl ssl_holder); in SSL_get_current_cipher() method in NativeCrypto
/external/boringssl/src/tool/
Dtransport_common.cc285 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc285 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list193 SSL_get_current_cipher
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c4351 ssl_cipher = SSL_get_current_cipher(ssl); in openssl_get_keyblock_size()
5992 cipher = SSL_get_current_cipher(conn->ssl); in tls_connection_get_cipher_suite()
/external/python/cpython2/Modules/
D_ssl.c1539 current = SSL_get_current_cipher(self->ssl); in PySSL_cipher()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h221 #define SSL_get_current_cipher GRPC_SHADOW_SSL_get_current_cipher macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h327 #define SSL_get_current_cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_current_cipher) macro

12