Home
last modified time | relevance | path

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

/ssl/
A Dencrypted_client_hello.cc442 !CBS_get_u8(&contents, &out->config_id) || in parse_ech_config()
736 uint8_t config_id = hs->grease_seed[ssl_grease_ech_config_id]; in setup_ech_grease() local
764 !CBB_add_u8(cbb.get(), config_id) || in setup_ech_grease()
857 !CBB_add_u8(cbb.get(), hs->selected_ech_config->config_id) || in ssl_encrypt_client_hello()
971 int SSL_marshal_ech_config(uint8_t **out, size_t *out_len, uint8_t config_id, in SSL_marshal_ech_config() argument
994 !CBB_add_u8(&contents, config_id) || in SSL_marshal_ech_config()
1051 if (seen[config->ech_config().config_id]) { in SSL_ECH_KEYS_has_duplicate_config_id()
1054 seen[config->ech_config().config_id] = true; in SSL_ECH_KEYS_has_duplicate_config_id()
A Dhandshake_server.cc412 uint8_t config_id; in decrypt_ech() local
417 !CBS_get_u8(&body, &config_id) || in decrypt_ech()
438 if (config_id != config->ech_config().config_id || in decrypt_ech()
460 hs->ech_config_id = config_id; in decrypt_ech()
A Dtls13_server.cc804 uint8_t type, config_id; in do_read_second_client_hello() local
810 !CBS_get_u8(&ech_body, &config_id) || in do_read_second_client_hello()
822 config_id != hs->ech_config_id || CBS_len(&enc) > 0) { in do_read_second_client_hello()
A Dinternal.h1275 uint8_t config_id = 0; member
A Dssl_test.cc1805 uint16_t config_id = 1; member
1842 !CBB_add_u8(&contents, params.config_id) || // in MakeECHConfig()
1870 static bssl::UniquePtr<SSL_ECH_KEYS> MakeTestECHKeys(uint8_t config_id = 1) { in MakeTestECHKeys() argument
1875 !SSL_marshal_ech_config(&ech_config, &ech_config_len, config_id, in MakeTestECHKeys()

Completed in 45 milliseconds