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 768 char *cert_hex; local
770 cert_hex = os_malloc(len);
771 if (cert_hex) {
772 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
777 depth, subject, cert_hex);
778 os_free(cert_hex);
eapol_test.c 514 char *cert_hex; local
516 cert_hex = os_malloc(len);
517 if (cert_hex) {
518 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
523 depth, subject, cert_hex);
524 os_free(cert_hex);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 555 const char *cert_hex; local
576 cert_hex = cert ? wpabuf_head(cert) : "";
584 &cert_hex, cert_hex_len,

Completed in 102 milliseconds