Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/examples/
DopenCryptoki.conf19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
/external/wpa_supplicant_8/src/eap_peer/
Deap.h334 const char *pkcs11_engine_path; member
Deap.c2244 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
/external/wpa_supplicant_8/src/crypto/
Dtls.h84 const char *pkcs11_engine_path; member
Dtls_openssl.c1174 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()
1177 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path, in tls_init()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h205 const char *pkcs11_engine_path; member
Deapol_supp_sm.c2184 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h646 char *pkcs11_engine_path; member
Dwpas_glue.c1222 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
Deapol_test.c603 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
Dconfig_file.c1133 if (config->pkcs11_engine_path) in wpa_config_write_global()
1135 config->pkcs11_engine_path); in wpa_config_write_global()
Dwpa_supplicant.c4980 const char *pkcs11_engine_path, argument
4986 if (pkcs11_engine_path != NULL) {
4987 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
4999 os_free(wpa_s->conf->pkcs11_engine_path);
5001 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
5009 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
Dwpa_supplicant_i.h1625 const char *pkcs11_engine_path,
Dconfig.c3012 os_free(config->pkcs11_engine_path); in wpa_config_free()
5335 { STR(pkcs11_engine_path), 0 },
DChangeLog2094 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c3040 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
3052 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
3057 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
3066 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
4324 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()