/external/webrtc/rtc_base/ |
D | openssl_utility.cc | 58 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates()
|
D | openssl_stream_adapter.cc | 377 const SSL_CIPHER* current_cipher = SSL_get_current_cipher(ssl_); in GetSslCipherSuite()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | t1_enc.cc | 311 SSL_get_current_cipher(ssl))) { in SSL_get_key_block_len()
|
D | ssl_lib.cc | 2466 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
|
/external/boringssl/src/ssl/ |
D | t1_enc.cc | 311 SSL_get_current_cipher(ssl))) { in SSL_get_key_block_len()
|
D | ssl_lib.cc | 2398 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) { in SSL_get_current_cipher() function
|
/external/curl/lib/ |
D | setup-vms.h | 291 #define SSL_get_current_cipher SSL_GET_CURRENT_CIPHER macro
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 1605 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/ |
D | ssl.h | 1643 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/ |
D | ssl.h | 803 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 2314 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/ |
D | bssl_shim.cc | 408 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/ |
D | tls.rs | 524 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/ |
D | bssl_shim.cc | 404 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/ |
D | NativeSsl.java | 113 return NativeCrypto.cipherSuiteToJava(NativeCrypto.SSL_get_current_cipher(ssl, this)); in getCipherSuite()
|
D | NativeCrypto.java | 1165 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/ |
D | NativeSsl.java | 114 return NativeCrypto.cipherSuiteToJava(NativeCrypto.SSL_get_current_cipher(ssl, this)); in getCipherSuite()
|
D | NativeCrypto.java | 1198 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/ |
D | transport_common.cc | 285 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | transport_common.cc | 285 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl); in PrintConnectionInfo()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 193 SSL_get_current_cipher
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 4351 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.c | 1539 current = SSL_get_current_cipher(self->ssl); in PySSL_cipher()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 221 #define SSL_get_current_cipher GRPC_SHADOW_SSL_get_current_cipher macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 327 #define SSL_get_current_cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_current_cipher) macro
|