/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.h | 298 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support 302 const char *pkcs11_engine_path; member
|
H A D | eap.c | 2150 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.h | 297 * pkcs11_engine_path - PKCS#11 engine for OpenSSL engine support 301 const char *pkcs11_engine_path; member
|
H A D | eap.c | 2198 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls.h | 83 const char *pkcs11_engine_path; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls.h | 86 const char *pkcs11_engine_path; member
|
H A D | tls_openssl.c | 971 char const * const pkcs11_engine_path = CONFIG_PKCS11_ENGINE_PATH; in tls_init() local 973 char const * const pkcs11_engine_path = in tls_init() local 974 conf ? conf->pkcs11_engine_path : NULL; in tls_init() 1116 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) { in tls_init() 1118 tls_engine_load_dynamic_pkcs11(pkcs11_engine_path, in tls_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 200 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11 205 const char *pkcs11_engine_path; member
|
H A D | eapol_supp_sm.c | 2115 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.h | 564 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11 569 char *pkcs11_engine_path; member
|
H A D | eapol_test.c | 602 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
|
H A D | wpas_glue.c | 1112 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
|
H A D | wpa_supplicant_i.h | 1311 const char *pkcs11_engine_path,
|
H A D | config_file.c | 1135 if (config->pkcs11_engine_path) in wpa_config_write_global() 1136 fprintf(f, "pkcs11_engine_path=%s\n", in wpa_config_write_global() 1137 config->pkcs11_engine_path); in wpa_config_write_global()
|
H A D | wpa_supplicant.c | 1118 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers. in wpa_supplicant_reload_configuration() 3812 * @pkcs11_engine_path: PKCS #11 engine path or NULL 3821 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() 3827 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path() 3828 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path() 3840 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path() 3842 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path() 3850 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path() 3820 wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s, const char *pkcs11_engine_path, const char *pkcs11_module_path) wpas_set_pkcs11_engine_and_module_path() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 203 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11 208 const char *pkcs11_engine_path; member
|
H A D | eapol_supp_sm.c | 2171 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 596 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11 601 char *pkcs11_engine_path; member
|
H A D | eapol_test.c | 602 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
|
H A D | wpas_glue.c | 1203 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
|
H A D | config_file.c | 1152 if (config->pkcs11_engine_path) in wpa_config_write_global() 1153 fprintf(f, "pkcs11_engine_path=%s\n", in wpa_config_write_global() 1154 config->pkcs11_engine_path); in wpa_config_write_global()
|
H A D | wpa_supplicant.c | 1295 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers. in wpa_supplicant_reload_configuration() 4895 * @pkcs11_engine_path: PKCS #11 engine path or NULL 4904 const char *pkcs11_engine_path, 4910 if (pkcs11_engine_path != NULL) { 4911 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); 4924 os_free(wpa_s->conf->pkcs11_engine_path); 4925 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; 4937 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) 4903 wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s, const char *pkcs11_engine_path, const char *pkcs11_module_path) global() argument
|
H A D | wpa_supplicant_i.h | 1656 const char *pkcs11_engine_path,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 140 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path", 2547 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local 2555 "Invalid pkcs11_engine_path argument"); in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2559 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2564 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2573 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 3762 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 2913 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local 2921 "Invalid pkcs11_engine_path argument"); in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2925 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2930 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2939 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 4190 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()
|