HomeSort by relevance Sort by last modified time
    Searched refs:status_type (Results 1 - 12 of 12) sorted by null

  /external/curl/tests/libtest/
stub_gssapi.c 294 int status_type,
313 switch(status_type) {
  /external/curl/lib/
setup-os400.h 157 int status_type, gss_OID mech_type,
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 53 u8 status_type; local
61 * CertificateStatusType status_type;
63 * select (status_type) {
75 status_type = *pos++;
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type);
77 if (status_type != 1 && status_type != 2)
85 if (status_type == 2)
    [all...]
tlsv1_client_read.c 820 u8 type, status_type; local
873 * CertificateStatusType status_type;
874 * select (status_type) {
885 status_type = *pos++;
886 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u",
887 status_type);
889 if (status_type == 1 /* ocsp */) {
892 } else if (status_type == 2 /* ocsp_multi */) {
    [all...]
  /external/boringssl/src/ssl/
tls13_both.cc 193 uint8_t status_type; local
195 if (!CBS_get_u8(&status_request, &status_type) ||
196 status_type != TLSEXT_STATUSTYPE_ocsp ||
handshake_client.cc 874 uint8_t status_type; local
875 if (!CBS_get_u8(&certificate_status, &status_type) ||
876 status_type != TLSEXT_STATUSTYPE_ocsp ||
    [all...]
t1_lib.cc 1079 uint8_t status_type; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
accounting.c 36 int status_type)
54 status_type)) {
  /test/vts/drivers/hal/server/
SocketServer.cpp 139 int32_t result = command_message.status_type();
  /frameworks/base/proto/src/
wifi.proto     [all...]
  /external/curl/packages/OS400/
os400sys.c 809 int status_type, gss_OID mech_type,
815 rc = gss_display_status(minor_status, status_value, status_type,
  /external/scapy/scapy/layers/tls/
handshake.py     [all...]

Completed in 941 milliseconds