Searched refs:opensc_engine_path (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.h292 * opensc_engine_path - OpenSC engine for OpenSSL engine support
296 const char *opensc_engine_path; member in struct:eap_config
H A Deap.c2149 tlsconf.opensc_engine_path = conf->opensc_engine_path;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h556 * opensc_engine_path - Path to the OpenSSL engine for opensc
561 char *opensc_engine_path; member in struct:wpa_config
H A Dwpas_glue.c1107 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Deapol_test.c601 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
H A Dconfig_file.c1132 if (config->opensc_engine_path)
1133 fprintf(f, "opensc_engine_path=%s\n",
1134 config->opensc_engine_path);
H A Dconfig.c2697 os_free(config->opensc_engine_path);
4733 { STR(opensc_engine_path), 0 },
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls.h82 const char *opensc_engine_path; member in struct:tls_config
H A Dtls_openssl.c1085 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
1087 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h192 * opensc_engine_path - Path to the OpenSSL engine for opensc
197 const char *opensc_engine_path; member in struct:eapol_ctx
H A Deapol_supp_sm.c2114 conf.opensc_engine_path = ctx->opensc_engine_path;

Completed in 159 milliseconds