Searched refs:tf_snprintf (Results 1 – 5 of 5) sorted by relevance
38 mbedtls_platform_set_snprintf(tf_snprintf); in mbedtls_init()
79 int tf_snprintf(char *s, size_t n, const char *fmt, ...) __printflike(3, 4);
43 int tf_snprintf(char *s, size_t n, const char *fmt, ...) in tf_snprintf() function
167 common/tf_snprintf.c \
96 - Introduced `tf_snprintf`, a reduced version of `snprintf` which has99 The mbedtls driver is updated to optionally use `tf_snprintf` instead of