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

  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
  /external/wpa_supplicant_8/src/crypto/
tls.h 146 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
190 const char *ocsp_stapling_response; member in struct:tls_connection_params
tls_gnutls.c 41 char *ocsp_stapling_response; member in struct:tls_global
138 os_free(global->ocsp_stapling_response);
622 if (!global->ocsp_stapling_response) {
627 cached = os_readfile(global->ocsp_stapling_response, &len);
631 global->ocsp_stapling_response);
747 os_free(global->ocsp_stapling_response);
748 if (params->ocsp_stapling_response)
749 global->ocsp_stapling_response =
750 os_strdup(params->ocsp_stapling_response);
752 global->ocsp_stapling_response = NULL
    [all...]
tls_openssl.c 213 char *ocsp_stapling_response; member in struct:tls_context
1089 os_free(tls_global->ocsp_stapling_response);
1090 tls_global->ocsp_stapling_response = NULL;
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 371 char *ocsp_stapling_response; member in struct:hostapd_bss_config

Completed in 1023 milliseconds