Searched refs:sk_SSL_CIPHER_find (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 736 if (!sk_SSL_CIPHER_find(ciphers.get(), &index, cipher)) { in Remove()
|
D | handoff.cc | 151 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
|
D | handshake_client.cc | 794 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), nullptr, cipher)) { in do_read_server_hello()
|
D | handshake_server.cc | 372 sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in choose_cipher()
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | ssl_cipher.cc | 774 if (!sk_SSL_CIPHER_find(ciphers.get(), &index, cipher)) { in Remove()
|
D | handoff.cc | 151 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
|
D | handshake_client.cc | 790 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), nullptr, cipher)) { in do_read_server_hello()
|
D | handshake_server.cc | 372 sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in choose_cipher()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 788 if (!sk_SSL_CIPHER_find(ciphers.get(), &index, cipher)) { in Remove()
|
D | handoff.cc | 144 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
|
D | handshake_client.cc | 778 !sk_SSL_CIPHER_find(SSL_get_ciphers(ssl), nullptr, cipher)) { in do_read_server_hello()
|
D | handshake_server.cc | 374 sk_SSL_CIPHER_find(allow, &cipher_index, c)) { in choose_cipher()
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 562 #define sk_SSL_CIPHER_find BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, sk_SSL_CIPHER_find) macro
|