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

  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
tlsv1_server_write.c 944 conn->cred->ocsp_stapling_response) {
945 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response,
tlsv1_cred.c 39 os_free(cred->ocsp_stapling_response);
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 174 params.ocsp_stapling_response =
175 hapd->conf->ocsp_stapling_response;
ap_config.h 365 char *ocsp_stapling_response; member in struct:hostapd_bss_config
ap_config.c 491 os_free(conf->ocsp_stapling_response);
  /external/wpa_supplicant_8/src/crypto/
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_internal.c 334 if (params->ocsp_stapling_response)
335 cred->ocsp_stapling_response =
336 os_strdup(params->ocsp_stapling_response);
tls.h 142 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
186 const char *ocsp_stapling_response; member in struct:tls_connection_params
tls_openssl.c 190 char *ocsp_stapling_response; member in struct:tls_context
1063 os_free(tls_global->ocsp_stapling_response);
1064 tls_global->ocsp_stapling_response = NULL;
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 381 milliseconds