Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.c1506 CBS ec_point_format_list; in ssl_scan_clienthello_tlsext() local
1508 if (!CBS_get_u8_length_prefixed(&extension, &ec_point_format_list) || in ssl_scan_clienthello_tlsext()
1514 if (!CBS_stow(&ec_point_format_list, &s->s3->tmp.peer_ecpointformatlist, in ssl_scan_clienthello_tlsext()
1747 CBS ec_point_format_list; in ssl_scan_serverhello_tlsext() local
1749 if (!CBS_get_u8_length_prefixed(&extension, &ec_point_format_list) || in ssl_scan_serverhello_tlsext()
1755 if (!CBS_stow(&ec_point_format_list, &s->s3->tmp.peer_ecpointformatlist, in ssl_scan_serverhello_tlsext()