Home
last modified time | relevance | path

Searched refs:ctypes (Results 1 – 2 of 2) sorted by relevance

/openssl-master/ssl/statem/
A Dstatem_clnt.c2381 PACKET ctypes; in tls_process_certificate_request() local
2384 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()
/openssl-master/ssl/
A Dt1_lib.c2801 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain() local
2804 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