Searched refs:SSL_get_ciphers (Results 1 – 14 of 14) sorted by relevance
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeSsl.java | 329 for (long sslCipherNativePointer : NativeCrypto.SSL_get_ciphers(ssl, this)) { in initialize()
|
D | NativeCrypto.java | 1053 static native long[] SSL_get_ciphers(long ssl, NativeSsl ssl_holder); in SSL_get_ciphers() method in NativeCrypto
|
/external/boringssl/src/ssl/ |
D | handoff.cc | 132 if (sk_SSL_CIPHER_num(SSL_get_ciphers(ssl)) == 0) { in apply_remote_features()
|
D | handshake_client.cc | 252 for (const SSL_CIPHER *cipher : SSL_get_ciphers(ssl)) { in ssl_write_client_cipher_list() 677 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), NULL, cipher)) { in do_read_server_hello()
|
D | ssl_lib.cc | 1918 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) { in STACK_OF() 1936 STACK_OF(SSL_CIPHER) *sk = SSL_get_ciphers(ssl); in SSL_get_cipher_list()
|
D | ssl_test.cc | 4313 EXPECT_EQ(20u, sk_SSL_CIPHER_num(SSL_get_ciphers(server.get()))); in TEST() 4316 EXPECT_EQ(1u, sk_SSL_CIPHER_num(SSL_get_ciphers(server.get()))); in TEST()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeSsl.java | 330 for (long sslCipherNativePointer : NativeCrypto.SSL_get_ciphers(ssl, this)) { in initialize()
|
D | NativeCrypto.java | 1093 static native long[] SSL_get_ciphers(long ssl, NativeSsl ssl_holder); in SSL_get_ciphers() method in NativeCrypto
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 191 SSL_get_ciphers
|
D | BoringSSL-GRPC.podspec | 1743 '#define SSL_get_ciphers GRPC_SHADOW_SSL_get_ciphers',
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 1950 ciphers = SSL_get_ciphers(self->ssl); in _ssl__SSLSocket_shared_ciphers_impl() 3203 sk = SSL_get_ciphers(ssl); in _ssl__SSLContext_get_ciphers_impl()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1445 OPENSSL_EXPORT STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7204 STACK_OF(SSL_CIPHER)* cipherStack = SSL_get_ciphers(ssl); in NativeCrypto_SSL_get_ciphers() 7245 if (sk_SSL_CIPHER_num(SSL_get_ciphers(ssl)) != 0) { in NativeCrypto_SSL_set_cipher_lists() 8822 STACK_OF(SSL_CIPHER)* ciphers = SSL_get_ciphers(ssl.get()); in NativeCrypto_get_cipher_names() 10145 CONSCRYPT_NATIVE_METHOD(SSL_get_ciphers, "(J" REF_SSL ")[J"),
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 219 #define SSL_get_ciphers GRPC_SHADOW_SSL_get_ciphers macro
|