Home
last modified time | relevance | path

Searched refs:pkcs11_engine_path (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Deap.h302 const char *pkcs11_engine_path; member
H A Deap.c2150 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls.h83 const char *pkcs11_engine_path; member
H A Dtls_openssl.c1085 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()
1088 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path, in tls_init()
/dflybsd-src/contrib/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h205 const char *pkcs11_engine_path; member
H A Deapol_supp_sm.c2115 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.h569 char *pkcs11_engine_path; member
H A Dwpas_glue.c1108 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
H A Deapol_test.c602 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
H A Dconfig_file.c1135 if (config->pkcs11_engine_path) in wpa_config_write_global()
1137 config->pkcs11_engine_path); in wpa_config_write_global()
H A Dwpa_supplicant.c3794 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() argument
3800 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
3801 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
3813 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
3815 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path()
3823 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
H A Dwpa_supplicant_i.h1308 const char *pkcs11_engine_path,
H A Dconfig.c2698 os_free(config->pkcs11_engine_path); in wpa_config_free()
4734 { STR(pkcs11_engine_path), 0 },
H A DChangeLog2040 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2547 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
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()