Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:cert_hex

410 		char *cert_hex;
412 cert_hex = os_malloc(len);
413 if (cert_hex) {
414 wpa_snprintf_hex(cert_hex, len, wpabuf_head(cert),
419 depth, subject, cert_hex);
420 os_free(cert_hex);