Home
last modified time | relevance | path

Searched refs:opensc_engine_path (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/wpa/wpa_supplicant/dbus/
HDdbus_old_handlers.c1191 char *opensc_engine_path = NULL; in wpas_dbus_iface_set_smartcard_modules() local
1207 opensc_engine_path = os_strdup(entry.str_value); in wpas_dbus_iface_set_smartcard_modules()
1208 if (opensc_engine_path == NULL) in wpas_dbus_iface_set_smartcard_modules()
1227 os_free(wpa_s->conf->opensc_engine_path); in wpas_dbus_iface_set_smartcard_modules()
1228 wpa_s->conf->opensc_engine_path = opensc_engine_path; in wpas_dbus_iface_set_smartcard_modules()
1243 os_free(opensc_engine_path); in wpas_dbus_iface_set_smartcard_modules()
/trueos/contrib/wpa/src/eap_peer/
HDeap.h257 const char *opensc_engine_path; member
HDeap.c1379 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_peer_sm_init()
/trueos/contrib/wpa/src/crypto/
HDtls.h71 const char *opensc_engine_path; member
HDtls_openssl.c760 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()
766 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) || in tls_init()
/trueos/contrib/wpa/wpa_supplicant/
HDconfig.h389 char *opensc_engine_path; member
HDwpas_glue.c785 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in wpa_supplicant_init_eapol()
HDconfig_file.c810 if (config->opensc_engine_path) in wpa_config_write_global()
812 config->opensc_engine_path); in wpa_config_write_global()
HDeapol_test.c485 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in test_eapol()
HDconfig.c1886 os_free(config->opensc_engine_path); in wpa_config_free()
3006 { STR(opensc_engine_path), 0 },
HDChangeLog1293 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
/trueos/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.h176 const char *opensc_engine_path; member
HDeapol_supp_sm.c1880 conf.opensc_engine_path = ctx->opensc_engine_path; in eapol_sm_init()