HomeSort by relevance Sort by last modified time
    Searched refs:dh_file (Results 1 - 25 of 31) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.h 43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
tlsv1_cred.c 393 * @dh_file: File or reference name for the DH params in PEM or DER format
398 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
404 if (dh_file) {
409 buf = (u8 *) os_readfile(dh_file, &len);
412 dh_file);
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
tlsv1_cred.c 464 * @dh_file: File or reference name for the DH params in PEM or DER format
469 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
475 if (dh_file) {
480 buf = (u8 *) os_readfile(dh_file, &len);
483 dh_file);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 157 * dh_file - File path to DH/DSA parameters file (in PEM format)
172 u8 *dh_file; member in struct:eap_peer_config
273 * This field is like dh_file, but used for phase 2 (inside
eap_tls_common.c 68 params->dh_file = (char *) config->dh_file;
89 params->dh_file = (char *) config->dh_file2;
129 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 166 * dh_file - File path to DH/DSA parameters file (in PEM format)
181 u8 *dh_file; member in struct:eap_peer_config
282 * This field is like dh_file, but used for phase 2 (inside
eap_tls_common.c 68 params->dh_file = (char *) config->dh_file;
89 params->dh_file = (char *) config->dh_file2;
129 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c     [all...]
tls.h 61 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
62 * @dh_blob: dh_file as inlined data or %NULL if not used
98 const char *dh_file; member in struct:tls_connection_params
tls_internal.c 202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
258 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
  /external/wpa_supplicant_8/src/ap/
authsrv.c 141 hapd->conf->dh_file)) {
156 params.dh_file = hapd->conf->dh_file;
ap_config.h 250 char *dh_file; member in struct:hostapd_bss_config
ap_config.c 407 os_free(conf->dh_file);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
tls.h 105 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
106 * @dh_blob: dh_file as inlined data or %NULL if not used
142 const char *dh_file; member in struct:tls_connection_params
tls_internal.c 202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
261 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
  /external/wpa_supplicant/
config_ssid.h 344 * dh_file - File path to DH/DSA parameters file (in PEM format)
359 u8 *dh_file; member in struct:wpa_ssid
460 * This field is like dh_file, but used for phase 2 (inside
tls_openssl.c     [all...]
eap_tls_common.c 56 params->dh_file = (char *) config->dh_file;
73 params->dh_file = (char *) config->dh_file2;
101 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
tls.h 58 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
59 * @dh_blob: dh_file as inlined data or %NULL if not used
91 const char *dh_file; member in struct:tls_connection_params
config_file.c 601 STR(dh_file);
config.c 1165 { STR(dh_file) },
1342 os_free(ssid->dh_file);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 527 STR(dh_file);
  /external/wpa_supplicant_6/wpa_supplicant/
config.c     [all...]

Completed in 344 milliseconds

1 2