/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_server_read.c | 53 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()
|
D | tlsv1_client_read.c | 828 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/tls/ |
D | tlsv1_server_read.c | 53 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()
|
D | tlsv1_client_read.c | 820 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/curl/tests/libtest/ |
D | stub_gssapi.c | 320 int status_type, in gss_display_status() argument 340 switch(status_type) { in gss_display_status()
|
/third_party/curl/lib/ |
D | setup-os400.h | 74 int status_type, gss_OID mech_type,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
/third_party/curl/packages/OS400/ |
D | os400sys.c | 405 int status_type, gss_OID mech_type, in Curl_gss_display_status_a() argument 411 rc = gss_display_status(minor_status, status_value, status_type, in Curl_gss_display_status_a()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 314 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()
|
D | extensions_clnt.c | 332 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()
|
D | extensions.c | 1083 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
|
D | statem_srvr.c | 2070 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()
|
D | statem_clnt.c | 2696 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
D | extensions_srvr.c | 314 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()
|
D | extensions_clnt.c | 332 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request() 1440 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
|
D | extensions.c | 1111 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
|
D | statem_srvr.c | 2090 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request() 4061 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
|
D | statem_clnt.c | 2704 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
|
/third_party/openssl/ssl/ |
D | s3_lib.c | 3517 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()
|
D | ssl_local.h | 1059 int status_type; member 1589 int status_type; member
|
D | ssl_lib.c | 763 s->ext.status_type = ctx->ext.status_type; in SSL_new() 3369 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new_ex()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | s3_lib.c | 3517 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()
|
D | ssl_local.h | 1068 int status_type; member 1618 int status_type; member
|
D | ssl_lib.c | 812 s->ext.status_type = ctx->ext.status_type; in SSL_new() 3454 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new_ex()
|