Searched refs:pkcs11_engine_path (Results 1 – 17 of 17) sorted by relevance
/hostap-latest/wpa_supplicant/examples/ |
D | openCryptoki.conf | 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
|
/hostap-latest/src/eap_peer/ |
D | eap.h | 301 const char *pkcs11_engine_path; member
|
D | eap.c | 2228 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
|
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.h | 208 const char *pkcs11_engine_path; member
|
D | eapol_supp_sm.c | 2143 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
|
/hostap-latest/src/crypto/ |
D | tls.h | 87 const char *pkcs11_engine_path; member
|
D | tls_openssl.c | 1006 char const * const pkcs11_engine_path = CONFIG_PKCS11_ENGINE_PATH; in tls_init() local 1008 char const * const pkcs11_engine_path = in tls_init() local 1009 conf ? conf->pkcs11_engine_path : NULL; in tls_init() 1160 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) { in tls_init() 1162 tls_engine_load_dynamic_pkcs11(pkcs11_engine_path, in tls_init()
|
/hostap-latest/wpa_supplicant/ |
D | config.h | 637 char *pkcs11_engine_path; member
|
D | eapol_test.c | 606 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
|
D | wpas_glue.c | 1216 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
|
D | config_file.c | 1137 if (config->pkcs11_engine_path) in wpa_config_write_global() 1139 config->pkcs11_engine_path); in wpa_config_write_global()
|
D | wpa_supplicant.c | 5070 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() argument 5076 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path() 5077 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path() 5089 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path() 5091 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path() 5099 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
|
D | wpa_supplicant_i.h | 1696 const char *pkcs11_engine_path,
|
D | config.c | 3058 os_free(config->pkcs11_engine_path); in wpa_config_free() 5421 { STR(pkcs11_engine_path), 0 },
|
D | ChangeLog | 2144 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3173 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local 3185 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 3190 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 3199 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path() 4459 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 637 …<h3>SetPKCS11EngineAndModulePath ( s : pkcs11_engine_path, s : pkcs11_module_path ) --> nothing</h… 641 <dt>s : pkcs11_engine_path</dt>
|