Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dextensions.cc2525 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2559 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2779 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4092 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()
/external/cronet/third_party/boringssl/src/ssl/
Dextensions.cc2524 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2558 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2778 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4092 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc2567 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2601 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2821 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4041 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()