Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dnotify.c858 char *cert_hex; in wpas_notify_certification() local
860 cert_hex = os_malloc(len); in wpas_notify_certification()
861 if (cert_hex) { in wpas_notify_certification()
862 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert->cert), in wpas_notify_certification()
867 cert->depth, cert->subject, cert_hex); in wpas_notify_certification()
868 os_free(cert_hex); in wpas_notify_certification()
H A Deapol_test.c518 char *cert_hex; in eapol_test_cert_cb() local
520 cert_hex = os_malloc(len); in eapol_test_cert_cb()
521 if (cert_hex) { in eapol_test_cert_cb()
522 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert->cert), in eapol_test_cert_cb()
527 cert->depth, cert->subject, cert_hex); in eapol_test_cert_cb()
528 os_free(cert_hex); in eapol_test_cert_cb()