Searched refs:status_type (Results 1 – 14 of 14) sorted by relevance
/external/oss-fuzz/infra/build/functions/ |
D | update_build_status.py | 252 status_type = base64.b64decode(event['data']).decode() 256 if status_type == 'badges': 260 if status_type == 'fuzzing': 263 elif status_type == 'coverage': 267 raise RuntimeError('Invalid build status type ' + status_type)
|
/external/wpa_supplicant_8/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()
|
/external/curl/tests/libtest/ |
D | stub_gssapi.c | 307 int status_type, in gss_display_status() argument 327 switch(status_type) { in gss_display_status()
|
/external/boringssl/src/ssl/ |
D | tls13_both.cc | 261 uint8_t status_type; in tls13_process_certificate() local 263 if (!CBS_get_u8(&status_request, &status_type) || in tls13_process_certificate() 264 status_type != TLSEXT_STATUSTYPE_ocsp || in tls13_process_certificate()
|
D | handshake_client.cc | 872 uint8_t status_type; in do_read_certificate_status() local 873 if (!CBS_get_u8(&certificate_status, &status_type) || in do_read_certificate_status() 874 status_type != TLSEXT_STATUSTYPE_ocsp || in do_read_certificate_status()
|
D | t1_lib.cc | 1181 uint8_t status_type; in ext_ocsp_parse_clienthello() local 1182 if (!CBS_get_u8(contents, &status_type)) { in ext_ocsp_parse_clienthello() 1188 hs->ocsp_stapling_requested = status_type == TLSEXT_STATUSTYPE_ocsp; in ext_ocsp_parse_clienthello()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_both.cc | 262 uint8_t status_type; in tls13_process_certificate() local 264 if (!CBS_get_u8(&status_request, &status_type) || in tls13_process_certificate() 265 status_type != TLSEXT_STATUSTYPE_ocsp || in tls13_process_certificate()
|
D | handshake_client.cc | 876 uint8_t status_type; in do_read_certificate_status() local 877 if (!CBS_get_u8(&certificate_status, &status_type) || in do_read_certificate_status() 878 status_type != TLSEXT_STATUSTYPE_ocsp || in do_read_certificate_status()
|
D | t1_lib.cc | 1000 uint8_t status_type; in ext_ocsp_parse_clienthello() local 1001 if (!CBS_get_u8(contents, &status_type)) { in ext_ocsp_parse_clienthello() 1007 hs->ocsp_stapling_requested = status_type == TLSEXT_STATUSTYPE_ocsp; in ext_ocsp_parse_clienthello()
|
/external/wpa_supplicant_8/src/ap/ |
D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
/external/curl/lib/ |
D | setup-os400.h | 157 int status_type, gss_OID mech_type,
|
/external/curl/packages/OS400/ |
D | os400sys.c | 824 int status_type, gss_OID mech_type, in Curl_gss_display_status_a() argument 830 rc = gss_display_status(minor_status, status_value, status_type, in Curl_gss_display_status_a()
|
/external/scapy/scapy/layers/tls/ |
D | handshake.py | 1105 idtype = pkt.status_type
|