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 596 char *cert_hex; local
598 cert_hex = os_malloc(len);
599 if (cert_hex) {
600 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
605 depth, subject, cert_hex);
606 os_free(cert_hex);
eapol_test.c 495 char *cert_hex; local
497 cert_hex = os_malloc(len);
498 if (cert_hex) {
499 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
504 depth, subject, cert_hex);
505 os_free(cert_hex);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 555 const char *cert_hex; local
577 cert_hex = cert ? wpabuf_head(cert) : "";
585 &cert_hex, cert_hex_len,

Completed in 76 milliseconds