Searched refs:cert_hex (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | notify.c | 747 char *cert_hex; in wpas_notify_certification() local 749 cert_hex = os_malloc(len); in wpas_notify_certification() 750 if (cert_hex) { in wpas_notify_certification() 751 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert), in wpas_notify_certification() 756 depth, subject, cert_hex); in wpas_notify_certification() 757 os_free(cert_hex); in wpas_notify_certification()
|
| HD | eapol_test.c | 506 char *cert_hex; in eapol_test_cert_cb() local 508 cert_hex = os_malloc(len); in eapol_test_cert_cb() 509 if (cert_hex) { in eapol_test_cert_cb() 510 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert), in eapol_test_cert_cb() 515 depth, subject, cert_hex); in eapol_test_cert_cb() 516 os_free(cert_hex); in eapol_test_cert_cb()
|
| /NextBSD/contrib/wpa/wpa_supplicant/dbus/ |
| HD | dbus_old.c | 555 const char *cert_hex; in wpa_supplicant_dbus_notify_certification() local 576 cert_hex = cert ? wpabuf_head(cert) : ""; in wpa_supplicant_dbus_notify_certification() 584 &cert_hex, cert_hex_len, in wpa_supplicant_dbus_notify_certification()
|