Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dconfig_file.c351 os_free(config->pkcs11_engine_path); in wpa_config_read()
352 config->pkcs11_engine_path = os_strdup(pos + 19); in wpa_config_read()
354 config->pkcs11_engine_path); in wpa_config_read()
677 if (config->pkcs11_engine_path) in wpa_config_write_global()
679 config->pkcs11_engine_path); in wpa_config_write_global()
Dconfig.h211 char *pkcs11_engine_path; member
Deap.h231 const char *pkcs11_engine_path; member
Dtls.h33 const char *pkcs11_engine_path; member
Deapol_sm.h190 const char *pkcs11_engine_path; member
Deapol_test.c365 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in test_eapol()
Deapol_sm.c1748 conf.pkcs11_engine_path = ctx->pkcs11_engine_path; in eapol_sm_init()
Deap.c1182 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path; in eap_sm_init()
Dtls_openssl.c754 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()
761 tls_engine_load_dynamic_pkcs11(conf->pkcs11_engine_path, in tls_init()
Dwpa_supplicant.c2228 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path; in wpa_supplicant_init_eapol()
Dconfig.c1389 os_free(config->pkcs11_engine_path); in wpa_config_free()
DChangeLog643 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path