Home
last modified time | relevance | path

Searched refs:pkcs11_engine_path (Results 1 – 25 of 32) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
DopenCryptoki.conf19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
DopenCryptoki.conf19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap.h301 const char *pkcs11_engine_path; member
Deap.c2188 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.h302 const char *pkcs11_engine_path; member
Deap.c2150 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_peer_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls.h83 const char *pkcs11_engine_path; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls.h83 const char *pkcs11_engine_path; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.h205 const char *pkcs11_engine_path; member
Deapol_supp_sm.c2131 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.h205 const char *pkcs11_engine_path; member
Deapol_supp_sm.c2115 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.h569 char *pkcs11_engine_path; member
Dwpas_glue.c1112 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
Deapol_test.c602 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
Dconfig_file.c1135 if (config->pkcs11_engine_path) in wpa_config_write_global()
1137 config->pkcs11_engine_path); in wpa_config_write_global()
Dwpa_supplicant.c3821 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() argument
3827 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
3828 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
3840 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
3842 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_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()
Dwpa_supplicant_i.h1311 const char *pkcs11_engine_path,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h598 char *pkcs11_engine_path; member
Dwpas_glue.c1184 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
Deapol_test.c602 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
Dconfig_file.c1098 if (config->pkcs11_engine_path) in wpa_config_write_global()
1100 config->pkcs11_engine_path); in wpa_config_write_global()
Dwpa_supplicant.c4635 const char *pkcs11_engine_path, in wpas_set_pkcs11_engine_and_module_path() argument
4641 if (pkcs11_engine_path != NULL) { in wpas_set_pkcs11_engine_and_module_path()
4642 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
4654 os_free(wpa_s->conf->pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()
4656 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path()
4664 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL) in wpas_set_pkcs11_engine_and_module_path()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers.c2547 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
2559 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2564 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2573 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
3762 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers.c2913 char *pkcs11_engine_path = NULL; in wpas_dbus_handler_set_pkcs11_engine_and_module_path() local
2925 pkcs11_engine_path = value; in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2930 os_free(pkcs11_engine_path); in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
2939 if (wpas_set_pkcs11_engine_and_module_path(wpa_s, pkcs11_engine_path, in wpas_dbus_handler_set_pkcs11_engine_and_module_path()
4189 wpa_s->conf->pkcs11_engine_path, in wpas_dbus_getter_pkcs11_engine_path()

12