Searched refs:pkcs11_module_path (Results 1 – 17 of 17) sorted by relevance
1127 char *pkcs11_module_path = NULL; in wpas_dbus_iface_set_smartcard_modules() local1155 os_free(pkcs11_module_path); in wpas_dbus_iface_set_smartcard_modules()1156 pkcs11_module_path = os_strdup(entry.str_value); in wpas_dbus_iface_set_smartcard_modules()1158 if (pkcs11_module_path == NULL) in wpas_dbus_iface_set_smartcard_modules()1170 os_free(wpa_s->conf->pkcs11_module_path); in wpas_dbus_iface_set_smartcard_modules()1171 wpa_s->conf->pkcs11_module_path = pkcs11_module_path; in wpas_dbus_iface_set_smartcard_modules()1184 os_free(pkcs11_module_path); in wpas_dbus_iface_set_smartcard_modules()
2341 char *pkcs11_module_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local2364 pkcs11_module_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()2367 pkcs11_module_path)) in wpas_dbus_handler_set_pkcs11_engine_and_module_path()3422 const char *pkcs11_module_path; in wpas_dbus_getter_pkcs11_module_path() local3424 if (wpa_s->conf->pkcs11_module_path == NULL) in wpas_dbus_getter_pkcs11_module_path()3425 pkcs11_module_path = ""; in wpas_dbus_getter_pkcs11_module_path()3427 pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpas_dbus_getter_pkcs11_module_path()3429 &pkcs11_module_path, error); in wpas_dbus_getter_pkcs11_module_path()
20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
287 const char *pkcs11_module_path; member
1942 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
78 const char *pkcs11_module_path; member
784 const char *pkcs11_module_path) in tls_engine_load_dynamic_pkcs11() argument805 if (pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()806 post_cmd[1] = pkcs11_module_path; in tls_engine_load_dynamic_pkcs11()988 conf->pkcs11_module_path)) { in tls_init()991 conf->pkcs11_module_path)) { in tls_init()
212 const char *pkcs11_module_path; member
2072 conf.pkcs11_module_path = ctx->pkcs11_module_path; in eapol_sm_init()
537 char *pkcs11_module_path; member
987 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpa_supplicant_init_eapol()
1012 if (config->pkcs11_module_path) in wpa_config_write_global()1014 config->pkcs11_module_path); in wpa_config_write_global()
607 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in test_eapol()
1115 const char *pkcs11_module_path);
2902 const char *pkcs11_module_path) in wpas_set_pkcs11_engine_and_module_path() argument2912 if (pkcs11_module_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()2913 pkcs11_module_path_copy = os_strdup(pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()2921 os_free(wpa_s->conf->pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()2923 wpa_s->conf->pkcs11_module_path = pkcs11_module_path_copy; in wpas_set_pkcs11_engine_and_module_path()2930 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
2329 os_free(config->pkcs11_module_path); in wpa_config_free()4246 { STR(pkcs11_module_path), 0 },
1728 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path