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 840 char *cert_hex; local
842 cert_hex = os_malloc(len);
843 if (cert_hex) {
844 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
849 depth, subject, cert_hex);
850 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 123 milliseconds