Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_clnt.c2412 PACKET ctypes; in tls_process_certificate_request() local
2415 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()
2420 if (!PACKET_memdup(&ctypes, &s->s3.tmp.ctype, &s->s3.tmp.ctype_len)) { in tls_process_certificate_request()
/openssl/ssl/
H A Dt1_lib.c2924 const uint8_t *ctypes = s->s3.tmp.ctype; in tls1_check_chain() local
2927 for (j = 0; j < s->s3.tmp.ctype_len; j++, ctypes++) { in tls1_check_chain()
2928 if (*ctypes == check_type) { in tls1_check_chain()

Completed in 21 milliseconds