Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c293 uint16_t typeflags, first_group_id, second_group_id; in test_unique_fanout_group_ids() local
330 sock_fanout_getopts(fds[2], &typeflags, &second_group_id); in test_unique_fanout_group_ids()
332 second_group_id) != -1) { in test_unique_fanout_group_ids()
/external/boringssl/src/ssl/
Dt1_lib.cc2175 uint16_t second_group_id = 0; in ext_key_share_add_clienthello() local
2210 second_group_id = groups[1]; in ext_key_share_add_clienthello()
2211 assert(second_group_id != group_id); in ext_key_share_add_clienthello()
2225 if (second_group_id != 0) { in ext_key_share_add_clienthello()
2226 hs->key_shares[1] = SSLKeyShare::Create(second_group_id); in ext_key_share_add_clienthello()
2228 !CBB_add_u16(&kse_bytes, second_group_id) || in ext_key_share_add_clienthello()