/external/wpa_supplicant_8/src/tls/ |
tlsv1_cred.h | 45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
|
tlsv1_cred.c | 1252 * @dh_file: File or reference name for the DH params in PEM or DER format 1257 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, 1263 if (dh_file) { 1268 buf = (u8 *) os_readfile(dh_file, &len) [all...] |
/external/wpa_supplicant_8/src/ap/ |
authsrv.c | 154 hapd->conf->private_key || hapd->conf->dh_file)) { 172 params.dh_file = hapd->conf->dh_file;
|
ap_config.h | 353 char *dh_file; member in struct:hostapd_bss_config
|
ap_config.c | 468 os_free(conf->dh_file);
|
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | [all...] |
tls_internal.c | 270 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob, 328 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
|
tls.h | 128 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used 129 * @dh_blob: dh_file as inlined data or %NULL if not used 172 const char *dh_file; member in struct:tls_connection_params
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 98 params->dh_file = (char *) config->dh_file; 121 params->dh_file = (char *) config->dh_file2; 176 eap_tls_check_blob(sm, ¶ms->dh_file, ¶ms->dh_blob, [all...] |
eap_config.h | 163 * dh_file - File path to DH/DSA parameters file (in PEM format) 178 u8 *dh_file; member in struct:eap_peer_config 316 * This field is like dh_file, but used for phase 2 (inside
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 886 STR(dh_file);
|
config_file.c | 701 STR(dh_file); [all...] |
config.c | [all...] |
wpa_cli.c | [all...] |
wpa_supplicant.conf | [all...] |
ChangeLog | [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | [all...] |
hostapd.conf | [all...] |