Home
last modified time | relevance | path

Searched refs:sk_SSL_CIPHER_find (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.cc736 if (!sk_SSL_CIPHER_find(ciphers.get(), &index, cipher)) { in Remove()
Dhandoff.cc151 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
Dhandshake_client.cc794 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), nullptr, cipher)) { in do_read_server_hello()
Dhandshake_server.cc372 sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in choose_cipher()
/external/cronet/third_party/boringssl/src/ssl/
Dssl_cipher.cc774 if (!sk_SSL_CIPHER_find(ciphers.get(), &index, cipher)) { in Remove()
Dhandoff.cc151 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
Dhandshake_client.cc790 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), nullptr, cipher)) { in do_read_server_hello()
Dhandshake_server.cc372 sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in choose_cipher()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc788 if (!sk_SSL_CIPHER_find(ciphers.get(), &index, cipher)) { in Remove()
Dhandoff.cc144 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
Dhandshake_client.cc778 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), nullptr, cipher)) { in do_read_server_hello()
Dhandshake_server.cc374 sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in choose_cipher()
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h562 #define sk_SSL_CIPHER_find BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, sk_SSL_CIPHER_find) macro