HomeSort by: relevance | last modified time | path
    Searched refs:ocsp_stapling_response (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/wpa/dist/src/tls/
tlsv1_cred.h 28 char *ocsp_stapling_response; member in struct:tlsv1_credentials
tlsv1_server_write.c 947 conn->cred->ocsp_stapling_response) {
948 ocsp_resp = os_readfile(conn->cred->ocsp_stapling_response,
tlsv1_cred.c 39 os_free(cred->ocsp_stapling_response);
  /src/external/bsd/wpa/dist/src/crypto/
tls_gnutls.c 41 char *ocsp_stapling_response; member in struct:tls_global
138 os_free(global->ocsp_stapling_response);
706 if (!global->ocsp_stapling_response) {
711 cached = os_readfile(global->ocsp_stapling_response, &len);
715 global->ocsp_stapling_response);
834 os_free(global->ocsp_stapling_response);
835 if (params->ocsp_stapling_response)
836 global->ocsp_stapling_response =
837 os_strdup(params->ocsp_stapling_response);
839 global->ocsp_stapling_response = NULL
    [all...]
tls_internal.c 343 if (params->ocsp_stapling_response)
344 cred->ocsp_stapling_response =
345 os_strdup(params->ocsp_stapling_response);
tls.h 172 * @ocsp_stapling_response: DER encoded file with cached OCSP stapling response
219 const char *ocsp_stapling_response; member in struct:tls_connection_params
tls_openssl.c 220 char *ocsp_stapling_response; member in struct:tls_context
1223 os_free(tls_global->ocsp_stapling_response);
1224 tls_global->ocsp_stapling_response = NULL;
5227 if (tls_global->ocsp_stapling_response == NULL) {
5232 resp = os_readfile(tls_global->ocsp_stapling_response, &len);
5762 os_free(tls_global->ocsp_stapling_response);
5763 if (params->ocsp_stapling_response)
5764 tls_global->ocsp_stapling_response =
5765 os_strdup(params->ocsp_stapling_response);
5767 tls_global->ocsp_stapling_response = NULL
    [all...]
tls_wolfssl.c 64 char *ocsp_stapling_response; member in struct:tls_context
1516 void ocsp_resp_free_cb(void *ocsp_stapling_response, unsigned char *response)
1583 if (params->ocsp_stapling_response) {
1585 params->ocsp_stapling_response);
  /src/external/bsd/wpa/dist/src/ap/
authsrv.c 329 params.ocsp_stapling_response =
330 hapd->conf->ocsp_stapling_response;
ap_config.h 433 char *ocsp_stapling_response; member in struct:hostapd_bss_config
ap_config.c 853 os_free(conf->ocsp_stapling_response);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 2663 } else if (os_strcmp(buf, "ocsp_stapling_response") == 0) {
2664 os_free(bss->ocsp_stapling_response);
2665 bss->ocsp_stapling_response = os_strdup(pos);

Completed in 37 milliseconds