Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.cc2588 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2622 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2986 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4094 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc2357 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2391 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
3566 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()