Searched refs:supported_signature_algorithms (Results 1 – 3 of 3) sorted by relevance
495 CBS body = msg.body, context, extensions, supported_signature_algorithms; in do_read_certificate_request() local508 &supported_signature_algorithms) || in do_read_certificate_request()509 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
1142 CBS supported_signature_algorithms; in do_read_certificate_request() local1143 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()1144 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in do_read_certificate_request()
1048 CBS supported_signature_algorithms; in ext_sigalgs_parse_clienthello() local1049 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()1051 !tls1_parse_peer_sigalgs(hs, &supported_signature_algorithms)) { in ext_sigalgs_parse_clienthello()