Searched refs:cert_hash (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old.h | 81 const char *cert_hash, 123 const char *cert_hash, in wpa_supplicant_dbus_notify_certification() argument
|
D | dbus_old.c | 549 const char *cert_hash, in wpa_supplicant_dbus_notify_certification() argument 575 hash = cert_hash ? cert_hash : ""; in wpa_supplicant_dbus_notify_certification()
|
D | dbus_new.h | 227 const char *cert_hash, 518 const char *cert_hash, in wpas_dbus_signal_certification() argument
|
D | dbus_new.c | 800 const char *cert_hash, in wpas_dbus_signal_certification() argument 826 (cert_hash && in wpas_dbus_signal_certification() 828 cert_hash)) || in wpas_dbus_signal_certification()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 831 int num_altsubject, const char *cert_hash, in wpas_notify_certification() argument 836 depth, subject, cert_hash ? " hash=" : "", in wpas_notify_certification() 837 cert_hash ? cert_hash : ""); in wpas_notify_certification() 864 cert_hash, cert); in wpas_notify_certification() 867 num_altsubject, cert_hash, cert); in wpas_notify_certification()
|
D | notify.h | 134 int num_altsubject, const char *cert_hash,
|
D | eapol_test.c | 502 const char *cert_hash, in eapol_test_cert_cb() argument 510 cert_hash ? " hash=" : "", in eapol_test_cert_cb() 511 cert_hash ? cert_hash : ""); in eapol_test_cert_cb()
|
D | wpas_glue.c | 981 const char *cert_hash, in wpa_supplicant_cert_cb() argument 987 num_altsubject, cert_hash, cert); in wpa_supplicant_cert_cb()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.h | 238 const char *cert_hash, const struct wpabuf *cert);
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 258 const char *cert_hash, const struct wpabuf *cert);
|
D | eapol_supp_sm.c | 1983 int num_altsubject, const char *cert_hash, in eapol_sm_notify_cert() argument 1989 num_altsubject, cert_hash, cert); in eapol_sm_notify_cert()
|