Home
last modified time | relevance | path

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

/external/rust/android-crates-io/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()
/external/cronet/tot/third_party/boringssl/src/ssl/
Dextensions.cc2513 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2547 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2806 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4123 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()
/external/cronet/stable/third_party/boringssl/src/ssl/
Dextensions.cc2513 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2547 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2806 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4123 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()
/external/boringssl/src/ssl/
Dextensions.cc2465 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function
2499 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello()
2758 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello()
4298 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()