Lines Matching refs:cert
845 struct tls_cert_data *cert, in wpas_notify_certification() argument
852 cert->depth, cert->subject, cert_hash ? " hash=" : "", in wpas_notify_certification()
854 cert->tod == 2 ? " tod=2" : "", in wpas_notify_certification()
855 cert->tod == 1 ? " tod=1" : ""); in wpas_notify_certification()
857 if (cert->cert) { in wpas_notify_certification()
859 size_t len = wpabuf_len(cert->cert) * 2 + 1; in wpas_notify_certification()
862 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert->cert), in wpas_notify_certification()
863 wpabuf_len(cert->cert)); in wpas_notify_certification()
867 cert->depth, cert->subject, cert_hex); in wpas_notify_certification()
872 for (i = 0; i < cert->num_altsubject; i++) in wpas_notify_certification()
874 "depth=%d %s", cert->depth, cert->altsubject[i]); in wpas_notify_certification()
877 wpas_dbus_signal_certification(wpa_s, cert->depth, cert->subject, in wpas_notify_certification()
878 cert->altsubject, cert->num_altsubject, in wpas_notify_certification()
879 cert_hash, cert->cert); in wpas_notify_certification()