Searched refs:ctypes (Results 1 – 2 of 2) sorted by relevance
2619 PACKET ctypes; in tls_process_certificate_request() local2622 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()2627 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()
3468 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain() local3471 for (j = 0; j < s->s3.tmp.ctype_len; j++, ctypes++) { in tls1_check_chain()3472 if (*ctypes == check_type) { in tls1_check_chain()
Completed in 29 milliseconds