Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/examples/
H A DopenCryptoki.conf19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
/freebsd/contrib/wpa/src/eap_peer/
H A Deap.h301 const char *pkcs11_engine_path; member
H A Deap.c2188 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
/freebsd/contrib/wpa/src/crypto/
H A Dtls.h83 const char *pkcs11_engine_path; member
H A Dtls_openssl.c1092 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()
1095 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path, in tls_init()
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h205 const char *pkcs11_engine_path; member
H A Deapol_supp_sm.c2131 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h598 char *pkcs11_engine_path; member
H A Dwpas_glue.c1180 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.c1098 if (config->pkcs11_engine_path) in wpa_config_write_global()
1100 config->pkcs11_engine_path); in wpa_config_write_global()
H A Dwpa_supplicant.c4608 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() argument
4614 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
4615 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
4627 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
4629 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path()
4637 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
H A Dwpa_supplicant_i.h1586 const char *pkcs11_engine_path,
H A Dconfig.c2934 os_free(config->pkcs11_engine_path); in wpa_config_free()
5107 { STR(pkcs11_engine_path), 0 },
H A DChangeLog2094 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2913 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
2925 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2930 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2939 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
4189 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()