Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc115 for (const SSL_CIPHER *configured_cipher : configured) { in apply_remote_features() local
116 if (sk_SSL_CIPHER_find(supported.get(), nullptr, configured_cipher)) { in apply_remote_features()
119 if (!sk_SSL_CIPHER_push(unsupported.get(), configured_cipher)) { in apply_remote_features()