|
Software APIs
|
Go to the documentation of this file.
5 #ifndef OPENTITAN_SW_DEVICE_LIB_RUNTIME_PRINT_H_
6 #define OPENTITAN_SW_DEVICE_LIB_RUNTIME_PRINT_H_
35 typedef size_t (*
sink_func_ptr)(
void *data,
const char *buf,
size_t len);
150 size_t base_snprintf(
char *buf,
size_t len,
const char *format, ...);
230 size_t base_snhexdump(
char *out,
size_t out_len,
const char *buf,
size_t len);
266 const char *buf,
size_t len);
281 const char *buf,
size_t len);
319 #endif // OPENTITAN_SW_DEVICE_LIB_RUNTIME_PRINT_H_