Searched refs:supported_signature_algorithms (Results 1 – 2 of 2) sorted by relevance
1563 CBS supported_signature_algorithms; in ssl_scan_clienthello_tlsext() local1566 &supported_signature_algorithms) || in ssl_scan_clienthello_tlsext()1574 if (CBS_len(&supported_signature_algorithms) == 0 || in ssl_scan_clienthello_tlsext()1575 (CBS_len(&supported_signature_algorithms) % 2) != 0) { in ssl_scan_clienthello_tlsext()1580 if (!tls1_process_sigalgs(s, &supported_signature_algorithms)) { in ssl_scan_clienthello_tlsext()
1424 CBS supported_signature_algorithms; in ssl3_get_certificate_request() local1425 if (!CBS_get_u16_length_prefixed(&cbs, &supported_signature_algorithms)) { in ssl3_get_certificate_request()1431 if (!tls1_process_sigalgs(s, &supported_signature_algorithms)) { in ssl3_get_certificate_request()