Home
last modified time | relevance | path

Searched refs:pkcs11_module_path (Results 1 - 25 of 28) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.h304 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
308 const char *pkcs11_module_path; member
H A Deap.c2151 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.h303 * pkcs11_module_path - OpenSC PKCS#11 module for OpenSSL engine
307 const char *pkcs11_module_path; member
H A Deap.c2201 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls.h84 const char *pkcs11_module_path; member
H A Dtls_openssl.c868 * @pcks11_module_path: pkcs11_module_path from the configuration
871 const char *pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()
883 "MODULE_PATH", NULL /* pkcs11_module_path */, in tls_engine_load_dynamic_pkcs11()
892 if (pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()
893 post_cmd[1] = pkcs11_module_path; in tls_engine_load_dynamic_pkcs11()
1086 conf->pkcs11_module_path)) { in tls_init()
1089 conf->pkcs11_module_path)) { in tls_init()
870 tls_engine_load_dynamic_pkcs11(const char *pkcs11_so_path, const char *pkcs11_module_path) tls_engine_load_dynamic_pkcs11() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls.h89 const char *pkcs11_module_path; member
H A Dtls_openssl.c874 * @pcks11_module_path: pkcs11_module_path from the configuration
877 const char *pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()
889 "MODULE_PATH", NULL /* pkcs11_module_path */, in tls_engine_load_dynamic_pkcs11()
898 if (pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()
899 post_cmd[1] = pkcs11_module_path; in tls_engine_load_dynamic_pkcs11()
977 char const * const pkcs11_module_path = CONFIG_PKCS11_MODULE_PATH; in tls_init() local
979 char const * const pkcs11_module_path = in tls_init() local
980 conf ? conf->pkcs11_module_path : NULL; in tls_init()
1116 if (opensc_engine_path || pkcs11_engine_path || pkcs11_module_path) { in tls_init()
1119 pkcs11_module_path)) { in tls_init()
876 tls_engine_load_dynamic_pkcs11(const char *pkcs11_so_path, const char *pkcs11_module_path) tls_engine_load_dynamic_pkcs11() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h208 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
214 const char *pkcs11_module_path; member
H A Deapol_supp_sm.c2116 conf.pkcs11_module_path = ctx->pkcs11_module_path; in eapol_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h572 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
578 char *pkcs11_module_path; member
H A Deapol_test.c603 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in test_eapol()
H A Dwpas_glue.c1113 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpa_supplicant_init_eapol()
H A Dwpa_supplicant_i.h1312 const char *pkcs11_module_path);
H A Dconfig_file.c1138 if (config->pkcs11_module_path) in wpa_config_write_global()
1139 fprintf(f, "pkcs11_module_path=%s\n", in wpa_config_write_global()
1140 config->pkcs11_module_path); in wpa_config_write_global()
H A Dwpa_supplicant.c1118 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers. in wpa_supplicant_reload_configuration()
3813 * @pkcs11_module_path: PKCS #11 module path or NULL
3822 const char *pkcs11_module_path) in wpas_set_pkcs11_engine_and_module_path()
3832 if (pkcs11_module_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
3833 pkcs11_module_path_copy = os_strdup(pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
3841 os_free(wpa_s->conf->pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
3843 wpa_s->conf->pkcs11_module_path = pkcs11_module_path_copy; in wpas_set_pkcs11_engine_and_module_path()
3850 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
3820 wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s, const char *pkcs11_engine_path, const char *pkcs11_module_path) wpas_set_pkcs11_engine_and_module_path() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.h213 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
219 const char *pkcs11_module_path; member
H A Deapol_supp_sm.c2174 conf.pkcs11_module_path = ctx->pkcs11_module_path; in eapol_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h606 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
612 char *pkcs11_module_path; member
H A Deapol_test.c603 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in test_eapol()
H A Dwpas_glue.c1206 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpa_supplicant_init_eapol()
H A Dconfig_file.c1157 if (config->pkcs11_module_path) in wpa_config_write_global()
1158 fprintf(f, "pkcs11_module_path=%s\n", in wpa_config_write_global()
1159 config->pkcs11_module_path); in wpa_config_write_global()
H A Dwpa_supplicant.c1295 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers. in wpa_supplicant_reload_configuration()
4896 * @pkcs11_module_path: PKCS #11 module path or NULL
4905 const char *pkcs11_module_path)
4915 if (pkcs11_module_path != NULL) {
4916 pkcs11_module_path_copy = os_strdup(pkcs11_module_path);
4928 os_free(wpa_s->conf->pkcs11_module_path);
4929 wpa_s->conf->pkcs11_module_path = pkcs11_module_path_copy;
4937 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)
4903 wpas_set_pkcs11_engine_and_module_path(struct wpa_supplicant *wpa_s, const char *pkcs11_engine_path, const char *pkcs11_module_path) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c140 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
2548 char *pkcs11_module_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
2567 "Invalid pkcs11_module_path argument"); in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2571 pkcs11_module_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2574 pkcs11_module_path)) in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
3783 wpa_s->conf->pkcs11_module_path, in wpas_dbus_getter_pkcs11_module_path()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
2933 "Invalid pkcs11_module_path argument"); in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
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()
4217 wpa_s->conf->pkcs11_module_path, in wpas_dbus_getter_pkcs11_module_path()

Completed in 75 milliseconds

12