Home
last modified time | relevance | path

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

/hostap-latest/src/eap_peer/
Deap.h295 const char *opensc_engine_path; member
Deap.c2225 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_peer_sm_init()
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.h198 const char *opensc_engine_path; member
Deapol_supp_sm.c2140 conf.opensc_engine_path = ctx->opensc_engine_path; in eapol_sm_init()
/hostap-latest/src/crypto/
Dtls.h84 const char *opensc_engine_path; member
Dtls_openssl.c1000 char const * const opensc_engine_path = CONFIG_OPENSC_ENGINE_PATH; in tls_init() local
1002 char const * const opensc_engine_path = in tls_init() local
1003 conf ? conf->opensc_engine_path : NULL; in tls_init()
1160 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) { in tls_init()
1161 if (tls_engine_load_dynamic_opensc(opensc_engine_path) || in tls_init()
/hostap-latest/wpa_supplicant/
Dconfig.h627 char *opensc_engine_path; member
Deapol_test.c605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in test_eapol()
Dwpas_glue.c1213 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in wpa_supplicant_init_eapol()
Dconfig_file.c1132 if (config->opensc_engine_path) in wpa_config_write_global()
1134 config->opensc_engine_path); in wpa_config_write_global()
Dconfig.c3055 os_free(config->opensc_engine_path); in wpa_config_free()
5418 { STR(opensc_engine_path), 0 },
DChangeLog2144 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path