Searched refs:ctypes (Results 1 – 2 of 2) sorted by relevance
2381 PACKET ctypes; in tls_process_certificate_request() local2384 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()2389 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()
2801 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain() local2804 for (j = 0; j < s->s3.tmp.ctype_len; j++, ctypes++) { in tls1_check_chain()2805 if (*ctypes == check_type) { in tls1_check_chain()
Completed in 13 milliseconds