Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_client.cc643 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local
654 &supported_signature_algorithms) || in do_read_certificate_request()
655 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dhandshake_client.cc1251 CBS supported_signature_algorithms; in do_read_certificate_request() local
1252 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()
1253 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dextensions.cc1096 CBS supported_signature_algorithms; in ext_sigalgs_parse_clienthello() local
1097 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()
1099 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in ext_sigalgs_parse_clienthello()
/external/cronet/third_party/boringssl/src/ssl/
Dtls13_client.cc647 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local
658 &supported_signature_algorithms) || in do_read_certificate_request()
659 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dhandshake_client.cc1267 CBS supported_signature_algorithms; in do_read_certificate_request() local
1268 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()
1269 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dextensions.cc1101 CBS supported_signature_algorithms; in ext_sigalgs_parse_clienthello() local
1102 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()
1104 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in ext_sigalgs_parse_clienthello()
/external/boringssl/src/ssl/
Dtls13_client.cc647 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local
658 &supported_signature_algorithms) || in do_read_certificate_request()
659 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dhandshake_client.cc1271 CBS supported_signature_algorithms; in do_read_certificate_request() local
1272 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()
1273 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
Dextensions.cc1101 CBS supported_signature_algorithms; in ext_sigalgs_parse_clienthello() local
1102 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()
1104 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in ext_sigalgs_parse_clienthello()