Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c889 char *cert_hex; in wpas_notify_certification() local
891 cert_hex = os_malloc(len); in wpas_notify_certification()
892 if (cert_hex) { in wpas_notify_certification()
893 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert->cert), in wpas_notify_certification()
898 cert->depth, cert->subject, cert_hex); in wpas_notify_certification()
899 os_free(cert_hex); in wpas_notify_certification()
Deapol_test.c514 char *cert_hex; in eapol_test_cert_cb() local
516 cert_hex = os_malloc(len); in eapol_test_cert_cb()
517 if (cert_hex) { in eapol_test_cert_cb()
518 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert->cert), in eapol_test_cert_cb()
523 cert->depth, cert->subject, cert_hex); in eapol_test_cert_cb()
524 os_free(cert_hex); in eapol_test_cert_cb()