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

  /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 1250 * @dh_file: File or reference name for the DH params in PEM or DER format
1255 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
1261 if (dh_file) {
1266 buf = (u8 *) os_readfile(dh_file, &len);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 166 * dh_file - File path to DH/DSA parameters file (in PEM format)
181 char *dh_file; member in struct:eap_peer_config
370 * This field is like dh_file, but used for phase 2 (inside
eap_tls_common.c 116 params->dh_file = config->dh_file;
140 params->dh_file = config->dh_file2;
215 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 198 hapd->conf->private_key || hapd->conf->dh_file)) {
229 params.dh_file = hapd->conf->dh_file;
ap_config.h 403 char *dh_file; member in struct:hostapd_bss_config
ap_config.c 601 os_free(conf->dh_file);
  /external/python/cpython2/Lib/test/
ssl_servers.py 187 parser.add_argument('--dh', dest='dh_file', type=str, action='store',
201 if args.dh_file:
202 context.load_dh_params(args.dh_file)
  /external/python/cpython3/Lib/test/
ssl_servers.py 186 parser.add_argument('--dh', dest='dh_file', type=str, action='store',
200 if args.dh_file:
201 context.load_dh_params(args.dh_file)
  /external/wpa_supplicant_8/src/crypto/
tls_wolfssl.c 422 static int tls_connection_dh(struct tls_connection *conn, const char *dh_file,
425 if (!dh_file && !dh_blob)
440 if (dh_file) {
441 wpa_printf(MSG_INFO, "SSL: use DH PEM file: %s", dh_file);
442 if (wolfSSL_SetTmpDH_file(conn->ssl, dh_file,
445 if (wolfSSL_SetTmpDH_file(conn->ssl, dh_file,
1285 if (tls_connection_dh(conn, params->dh_file, params->dh_blob,
    [all...]
tls_openssl.c     [all...]
tls.h 146 * @dh_file: File name for DH/DSA data in PEM format, or %NULL if not used
147 * @dh_blob: dh_file as inlined data or %NULL if not used
193 const char *dh_file; member in struct:tls_connection_params
tls_internal.c 284 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
345 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
  /external/wpa_supplicant_8/tests/
test-tls.c 111 params.dh_file = "hwsim/auth_serv/dh.conf";
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 897 STR(dh_file);
config_file.c 783 STR(dh_file);
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 484 milliseconds