HomeSort by relevance Sort by last modified time
    Searched refs:cert_hex (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 571 char *cert_hex; local
573 cert_hex = os_malloc(len);
574 if (cert_hex) {
575 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
580 depth, subject, cert_hex);
581 os_free(cert_hex);
eapol_test.c 400 char *cert_hex; local
402 cert_hex = os_malloc(len);
403 if (cert_hex) {
404 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
409 depth, subject, cert_hex);
410 os_free(cert_hex);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 560 const char *cert_hex; local
582 cert_hex = cert ? wpabuf_head(cert) : "";
590 &cert_hex, cert_hex_len,

Completed in 733 milliseconds