Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
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()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
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()
Dtlsv1_client_read.c828 u8 type, status_type; in tls_process_certificate_status() local
893 status_type = *pos++; in tls_process_certificate_status()
895 status_type); in tls_process_certificate_status()
897 if (status_type == 1 /* ocsp */) { in tls_process_certificate_status()
900 } else if (status_type == 2 /* ocsp_multi */) { in tls_process_certificate_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/third_party/openssl/ssl/statem/
Dextensions_srvr.c314 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request()
319 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request()
323 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
Dextensions_clnt.c332 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request()
1400 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
Dextensions.c1083 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
Dstatem_srvr.c2070 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request()
4041 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
Dstatem_clnt.c2695 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
/third_party/openssl/ssl/
Ds3_lib.c3517 ret = s->ext.status_type; in ssl3_ctrl()
3521 s->ext.status_type = larg; in ssl3_ctrl()
3852 return ctx->ext.status_type; in ssl3_ctx_ctrl()
3855 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
Dssl_local.h1059 int status_type; member
1589 int status_type; member
Dssl_lib.c763 s->ext.status_type = ctx->ext.status_type; in SSL_new()
3369 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new_ex()