Home
last modified time | relevance | path

Searched refs:opensc_engine_path (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap.h295 const char *opensc_engine_path; member
H A Deap.c2241 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_peer_sm_init()
/freebsd/contrib/wpa/src/crypto/
H A Dtls.h84 const char *opensc_engine_path; member
H A Dtls_openssl.c1264 char const * const opensc_engine_path = CONFIG_OPENSC_ENGINE_PATH;
1266 char const * const opensc_engine_path =
1267 conf ? conf->opensc_engine_path : NULL;
1428 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) {
1429 if (tls_engine_load_dynamic_opensc(opensc_engine_path) ||
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h198 const char *opensc_engine_path; member
H A Deapol_supp_sm.c2173 conf.opensc_engine_path = ctx->opensc_engine_path; in eapol_sm_init()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h674 char *opensc_engine_path; member
H A Deapol_test.c605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in test_eapol()
H A Dwpas_glue.c1223 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in wpa_supplicant_init_eapol()
H A Dconfig_file.c1278 if (config->opensc_engine_path) in wpa_config_write_global()
1280 config->opensc_engine_path); in wpa_config_write_global()
H A Dconfig.c3275 os_free(config->opensc_engine_path); in wpa_config_free()
5828 { STR(opensc_engine_path), 0 },
H A DChangeLog2176 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path