Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/examples/
H A DopenCryptoki.conf20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap.h307 const char *pkcs11_module_path; member
H A Deap.c2189 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls.h84 const char *pkcs11_module_path; member
H A Dtls_openssl.c872 const char *pkcs11_module_path) in tls_engine_load_dynamic_pkcs11() argument
893 if (pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()
894 post_cmd[1] = pkcs11_module_path; in tls_engine_load_dynamic_pkcs11()
1093 conf->pkcs11_module_path)) { in tls_init()
1096 conf->pkcs11_module_path)) { in tls_init()
/freebsd-13.1/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h214 const char *pkcs11_module_path; member
H A Deapol_supp_sm.c2132 conf.pkcs11_module_path = ctx->pkcs11_module_path; in eapol_sm_init()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dconfig.h607 char *pkcs11_module_path; member
H A Dwpas_glue.c1181 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpa_supplicant_init_eapol()
H A Deapol_test.c603 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in test_eapol()
H A Dconfig_file.c1101 if (config->pkcs11_module_path) in wpa_config_write_global()
1103 config->pkcs11_module_path); in wpa_config_write_global()
H A Dwpa_supplicant.c4609 const char *pkcs11_module_path) in wpas_set_pkcs11_engine_and_module_path() argument
4619 if (pkcs11_module_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
4620 pkcs11_module_path_copy = os_strdup(pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
4628 os_free(wpa_s->conf->pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
4630 wpa_s->conf->pkcs11_module_path = pkcs11_module_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.h1587 const char *pkcs11_module_path);
H A Dconfig.c2935 os_free(config->pkcs11_module_path); in wpa_config_free()
5108 { STR(pkcs11_module_path), 0 },
H A DChangeLog2094 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2914 char *pkcs11_module_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
2937 pkcs11_module_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2940 pkcs11_module_path)) in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
4210 wpa_s->conf->pkcs11_module_path, in wpas_dbus_getter_pkcs11_module_path()