Home
last modified time | relevance | path

Searched refs:status_type (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_server_read.c53 u8 status_type; in tls_process_status_request_item() local
75 status_type = *pos++; in tls_process_status_request_item()
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); in tls_process_status_request_item()
77 if (status_type != 1 && status_type != 2) in tls_process_status_request_item()
85 if (status_type == 2) in tls_process_status_request_item()
H A Dtlsv1_client_read.c820 u8 type, status_type; in tls_process_certificate_status() local
885 status_type = *pos++; in tls_process_certificate_status()
887 status_type); in tls_process_certificate_status()
889 if (status_type == 1 /* ocsp */) { in tls_process_certificate_status()
892 } else if (status_type == 2 /* ocsp_multi */) { in tls_process_certificate_status()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c926 uint8_t status_type; in tlsext_ocsp_server_parse() local
932 if (!CBS_get_u8(cbs, &status_type)) in tlsext_ocsp_server_parse()
934 if (status_type != TLSEXT_STATUSTYPE_ocsp) { in tlsext_ocsp_server_parse()
944 s->tlsext_status_type = status_type; in tlsext_ocsp_server_parse()
1031 uint8_t status_type; in tlsext_ocsp_client_parse() local
1046 if (!CBS_get_u8(cbs, &status_type)) { in tlsext_ocsp_client_parse()
1050 if (status_type != TLSEXT_STATUSTYPE_ocsp) { in tlsext_ocsp_client_parse()
H A Dssl_clnt.c1654 uint8_t status_type; in ssl3_get_cert_status() local
1703 if (!CBS_get_u8(&cert_status, &status_type) || in ssl3_get_cert_status()
1711 if (status_type != TLSEXT_STATUSTYPE_ocsp) { in ssl3_get_cert_status()