Home
last modified time | relevance | path

Searched refs:pkcs11_module_path (Results 1 – 17 of 17) sorted by relevance

/hostap-latest/wpa_supplicant/examples/
DopenCryptoki.conf20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
/hostap-latest/src/eap_peer/
Deap.h307 const char *pkcs11_module_path; member
Deap.c2231 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.h219 const char *pkcs11_module_path; member
Deapol_supp_sm.c2146 conf.pkcs11_module_path = ctx->pkcs11_module_path; in eapol_sm_init()
/hostap-latest/src/crypto/
Dtls.h90 const char *pkcs11_module_path; member
Dtls_openssl.c880 const char *pkcs11_module_path) in tls_engine_load_dynamic_pkcs11() argument
901 if (pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()
902 post_cmd[1] = pkcs11_module_path; in tls_engine_load_dynamic_pkcs11()
1012 char const * const pkcs11_module_path = CONFIG_PKCS11_MODULE_PATH; in tls_init() local
1014 char const * const pkcs11_module_path = in tls_init() local
1015 conf ? conf->pkcs11_module_path : NULL; in tls_init()
1160 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) { in tls_init()
1163 pkcs11_module_path)) { in tls_init()
/hostap-latest/wpa_supplicant/
Dconfig.h648 char *pkcs11_module_path; member
Deapol_test.c607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in test_eapol()
Dwpas_glue.c1219 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpa_supplicant_init_eapol()
Dconfig_file.c1142 if (config->pkcs11_module_path) in wpa_config_write_global()
1144 config->pkcs11_module_path); in wpa_config_write_global()
Dwpa_supplicant.c5071 const char *pkcs11_module_path) in wpas_set_pkcs11_engine_and_module_path() argument
5081 if (pkcs11_module_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
5082 pkcs11_module_path_copy = os_strdup(pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
5090 os_free(wpa_s->conf->pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
5092 wpa_s->conf->pkcs11_module_path = pkcs11_module_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()
Dwpa_supplicant_i.h1697 const char *pkcs11_module_path);
Dconfig.c3061 os_free(config->pkcs11_module_path); in wpa_config_free()
5424 { STR(pkcs11_module_path), 0 },
DChangeLog2144 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c3174 char *pkcs11_module_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
3197 pkcs11_module_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
3200 pkcs11_module_path)) in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
4486 wpa_s->conf->pkcs11_module_path, in wpas_dbus_getter_pkcs11_module_path()
/hostap-latest/doc/
Ddbus.doxygen637 …<h3>SetPKCS11EngineAndModulePath ( s : pkcs11_engine_path, s : pkcs11_module_path ) --> nothing</h…
643 <dt>s : pkcs11_module_path</dt>