Searched refs:parse_u16_array (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | extensions.cc | 2567 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()
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | extensions.cc | 2530 static bool parse_u16_array(const CBS *cbs, Array<uint16_t> *out) { in parse_u16_array() function 2564 !parse_u16_array(&supported_group_list, &hs->peer_supported_group_list)) { in ext_supported_groups_parse_clienthello() 2784 !parse_u16_array(&sigalg_list, &hs->peer_delegated_credential_sigalgs)) { in ext_delegated_credential_parse_clienthello() 4098 parse_u16_array(in_sigalgs, &hs->peer_sigalgs); in tls1_parse_peer_sigalgs()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | extensions.cc | 2525 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | extensions.cc | 2567 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()
|