Home
last modified time | relevance | path

Searched refs:private_key2 (Results 1 - 23 of 23) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c202 hapd->conf->server_cert2 || hapd->conf->private_key2)) { in authsrv_init()
233 params.private_key2 = hapd->conf->private_key2; in authsrv_init()
H A Dap_config.h409 char *private_key2; member
H A Dap_config.c705 os_free(conf->private_key2); in hostapd_config_free_bss()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs167 let private_key2 = EcKey::generate(&group).unwrap(); in sign_and_verify()
168 let public_key2 = get_public_key(&group, &private_key2).unwrap(); in sign_and_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_config.h347 * private_key2 - File path to client private key file
357 char *private_key2; member
H A Deap_tls.c37 ((sm->init_phase2 ? config->private_key2 : config->private_key) in eap_tls_init()
H A Deap_tls_common.c138 params->private_key = config->private_key2; in eap_tls_params_from_conf2()
H A Deap.c2665 config->private_key2 == NULL) in eap_get_phase2_types()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c236 hapd->conf->server_cert2 || hapd->conf->private_key2)) { in authsrv_init()
267 params.private_key2 = hapd->conf->private_key2; in authsrv_init()
H A Dap_config.h413 char *private_key2; member
H A Dap_config.c800 os_free(conf->private_key2); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls.h195 const char *private_key2; member
H A Dtls_openssl.c5250 tls_global_private_key(data, params->private_key2, in tls_global_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls.h201 const char *private_key2; member
H A Dtls_openssl.c5566 tls_global_private_key(data, params->private_key2, in tls_global_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_winreg.c904 STR(private_key2); in wpa_config_write_network()
H A Dconfig_file.c792 STR(private_key2); in wpa_config_write_network()
H A Dconfig.c2267 { STRe(private_key2) },
2538 os_free(eap->private_key2); in eap_peer_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_winreg.c915 STR(private_key2); in wpa_config_write_network()
H A Dconfig_file.c762 STR(private_key2); in wpa_config_write_network()
H A Dconfig.c2597 { STRe(private_key2, phase2_cert.private_key) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2603 } else if (os_strcmp(buf, "private_key2") == 0) { in hostapd_config_fill()
2604 os_free(bss->private_key2); in hostapd_config_fill()
2605 bss->private_key2 = os_strdup(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2521 } else if (os_strcmp(buf, "private_key2") == 0) {
2522 os_free(bss->private_key2);
2523 bss->private_key2 = os_strdup(pos);

Completed in 55 milliseconds