Home
last modified time | relevance | path

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

/ssl/
A Dencrypted_client_hello.cc1030 int SSL_ECH_KEYS_add(SSL_ECH_KEYS *configs, int is_retry_config, in SSL_ECH_KEYS_add() argument
1042 if (!configs->configs.Push(std::move(parsed_config))) { in SSL_ECH_KEYS_add()
1050 for (const auto &config : keys->configs) { in SSL_ECH_KEYS_has_duplicate_config_id()
1067 for (const auto &config : keys->configs) { in SSL_ECH_KEYS_marshal_retry_configs()
1079 for (const auto &config : keys->configs) { in SSL_CTX_set1_ech_keys()
A Dhandshake_server.cc436 for (const auto &config : hs->ech_keys->configs) { in decrypt_ech()
A Dinternal.h4255 bssl::Vector<bssl::UniquePtr<bssl::ECHServerConfig>> configs; member
A Dextensions.cc665 for (const auto &config : hs->ech_keys->configs) { in ext_ech_add_serverhello()
/ssl/test/runner/
A Dhandshake_messages.go120 func CreateECHConfigList(configs ...[]byte) []byte {
123 for _, config := range configs {

Completed in 43 milliseconds