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

  /external/boringssl/src/ssl/
tls13_both.c 267 uint8_t status_type; local
269 if (!CBS_get_u8(&status_request, &status_type) ||
270 status_type != TLSEXT_STATUSTYPE_ocsp ||
handshake_client.c 1119 uint8_t status_type; local
    [all...]
t1_lib.c 1134 uint8_t status_type; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 823 u8 type, status_type; local
876 * CertificateStatusType status_type;
877 * select (status_type) {
888 status_type = *pos++;
889 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u",
890 status_type);
892 if (status_type == 1 /* ocsp */) {
895 } else if (status_type == 2 /* ocsp_multi */) {
    [all...]
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...]

Completed in 924 milliseconds