Home
last modified time | relevance | path

Searched refs:cert_hex (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c571 char *cert_hex; in wpas_notify_certification() local
573 cert_hex = os_malloc(len); in wpas_notify_certification()
574 if (cert_hex) { in wpas_notify_certification()
575 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert), in wpas_notify_certification()
580 depth, subject, cert_hex); in wpas_notify_certification()
581 os_free(cert_hex); in wpas_notify_certification()
Deapol_test.c400 char *cert_hex; in eapol_test_cert_cb() local
402 cert_hex = os_malloc(len); in eapol_test_cert_cb()
403 if (cert_hex) { in eapol_test_cert_cb()
404 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert), in eapol_test_cert_cb()
409 depth, subject, cert_hex); in eapol_test_cert_cb()
410 os_free(cert_hex); in eapol_test_cert_cb()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.c560 const char *cert_hex; in wpa_supplicant_dbus_notify_certification() local
582 cert_hex = cert ? wpabuf_head(cert) : ""; in wpa_supplicant_dbus_notify_certification()
590 &cert_hex, cert_hex_len, in wpa_supplicant_dbus_notify_certification()