Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_client.cc484 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local
497 &supported_signature_algorithms) || in do_read_certificate_request()
498 CBS_len(&supported_signature_algorithms) == 0 || in do_read_certificate_request()
499 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dhandshake_client.cc1141 CBS supported_signature_algorithms; in do_read_certificate_request() local
1142 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()
1143 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dt1_lib.cc1012 CBS supported_signature_algorithms; in ext_sigalgs_parse_clienthello() local
1013 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()
1015 CBS_len(&supported_signature_algorithms) == 0 || in ext_sigalgs_parse_clienthello()
1016 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in ext_sigalgs_parse_clienthello()