Searched refs:content_buf (Results 1 – 1 of 1) sorted by relevance
71 char *content_buf = NULL; in _wpa_hexdump() local79 content = content_buf = os_malloc(3 * len + 1); in _wpa_hexdump()87 os_snprintf(&content_buf[i * 3], 4, " %02x", buf[i]); in _wpa_hexdump()94 bin_clear_free(content_buf, 3 * len + 1); in _wpa_hexdump()