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()
2286 char *pkcs11_module_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local2309 pkcs11_module_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()2312 pkcs11_module_path)) in wpas_dbus_handler_set_pkcs11_engine_and_module_path()3334 const char *pkcs11_module_path; in wpas_dbus_getter_pkcs11_module_path() local3336 if (wpa_s->conf->pkcs11_module_path == NULL) in wpas_dbus_getter_pkcs11_module_path()3337 pkcs11_module_path = ""; in wpas_dbus_getter_pkcs11_module_path()3339 pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpas_dbus_getter_pkcs11_module_path()3341 &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
1933 tlsconf.pkcs11_module_path = conf->pkcs11_module_path; in eap_peer_sm_init()
78 const char *pkcs11_module_path; member
674 const char *pkcs11_module_path) in tls_engine_load_dynamic_pkcs11() argument695 if (pkcs11_module_path) in tls_engine_load_dynamic_pkcs11()696 post_cmd[1] = pkcs11_module_path; in tls_engine_load_dynamic_pkcs11()823 conf->pkcs11_module_path)) { in tls_init()826 conf->pkcs11_module_path)) { in tls_init()
212 const char *pkcs11_module_path; member
2051 conf.pkcs11_module_path = ctx->pkcs11_module_path; in eapol_sm_init()
524 char *pkcs11_module_path; member
979 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in wpa_supplicant_init_eapol()
579 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path; in test_eapol()
1007 if (config->pkcs11_module_path) in wpa_config_write_global()1009 config->pkcs11_module_path); in wpa_config_write_global()
2718 const char *pkcs11_module_path) in wpas_set_pkcs11_engine_and_module_path() argument2728 if (pkcs11_module_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()2729 pkcs11_module_path_copy = os_strdup(pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()2737 os_free(wpa_s->conf->pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()2739 wpa_s->conf->pkcs11_module_path = pkcs11_module_path_copy; in wpas_set_pkcs11_engine_and_module_path()2746 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
1029 const char *pkcs11_module_path);
2246 os_free(config->pkcs11_module_path); in wpa_config_free()4136 { STR(pkcs11_module_path), 0 },
1665 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path