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

  /external/wpa_supplicant_8/src/ap/
authsrv.c 170 params.ocsp_stapling_response =
171 hapd->conf->ocsp_stapling_response;
ap_config.h 332 char *ocsp_stapling_response; member in struct:hostapd_bss_config
ap_config.c 455 os_free(conf->ocsp_stapling_response);
  /external/wpa_supplicant_8/src/crypto/
tls.h 138 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
179 const char *ocsp_stapling_response; member in struct:tls_connection_params
tls_openssl.c 77 char *ocsp_stapling_response; member in struct:tls_context
866 os_free(tls_global->ocsp_stapling_response);
867 tls_global->ocsp_stapling_response = NULL;
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 1551 milliseconds