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.c589 char *cert_hex; in wpas_notify_certification() local
591 cert_hex = os_malloc(len); in wpas_notify_certification()
592 if (cert_hex) { in wpas_notify_certification()
593 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert), in wpas_notify_certification()
598 depth, subject, cert_hex); in wpas_notify_certification()
599 os_free(cert_hex); in wpas_notify_certification()
Deapol_test.c410 char *cert_hex; in eapol_test_cert_cb() local
412 cert_hex = os_malloc(len); in eapol_test_cert_cb()
413 if (cert_hex) { in eapol_test_cert_cb()
414 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert), in eapol_test_cert_cb()
419 depth, subject, cert_hex); in eapol_test_cert_cb()
420 os_free(cert_hex); in eapol_test_cert_cb()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.c559 const char *cert_hex; in wpa_supplicant_dbus_notify_certification() local
581 cert_hex = cert ? wpabuf_head(cert) : ""; in wpa_supplicant_dbus_notify_certification()
589 &cert_hex, cert_hex_len, in wpa_supplicant_dbus_notify_certification()