Searched refs:pkcs11_engine_path (Results 1 – 17 of 17) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old_handlers.c | 1115 char *pkcs11_engine_path = NULL; in wpas_dbus_iface_set_smartcard_modules() local 1137 os_free(pkcs11_engine_path); in wpas_dbus_iface_set_smartcard_modules() 1138 pkcs11_engine_path = os_strdup(entry.str_value); in wpas_dbus_iface_set_smartcard_modules() 1140 if (pkcs11_engine_path == NULL) in wpas_dbus_iface_set_smartcard_modules() 1157 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_dbus_iface_set_smartcard_modules() 1158 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path; in wpas_dbus_iface_set_smartcard_modules() 1172 os_free(pkcs11_engine_path); in wpas_dbus_iface_set_smartcard_modules()
|
D | dbus_new_handlers.c | 2342 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local 2354 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2359 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 2368 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 3495 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | openCryptoki.conf | 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.h | 289 const char *pkcs11_engine_path; member
|
D | eap.c | 1956 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls.h | 77 const char *pkcs11_engine_path; member
|
D | tls_openssl.c | 1014 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init() 1017 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path, in tls_init()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 203 const char *pkcs11_engine_path; member
|
D | eapol_supp_sm.c | 2087 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 528 char *pkcs11_engine_path; member
|
D | wpas_glue.c | 1062 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
|
D | eapol_test.c | 606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
|
D | config_file.c | 1054 if (config->pkcs11_engine_path) in wpa_config_write_global() 1056 config->pkcs11_engine_path); in wpa_config_write_global()
|
D | wpa_supplicant.c | 3110 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() argument 3116 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path() 3117 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path() 3129 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path() 3131 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path() 3139 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
|
D | wpa_supplicant_i.h | 1204 const char *pkcs11_engine_path,
|
D | config.c | 2417 os_free(config->pkcs11_engine_path); in wpa_config_free() 4341 { STR(pkcs11_engine_path), 0 },
|
D | ChangeLog | 1872 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
|