Home
last modified time | relevance | path

Searched refs:tf_snprintf (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_common.c38 mbedtls_platform_set_snprintf(tf_snprintf); in mbedtls_init()
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Ddebug.h79 int tf_snprintf(char *s, size_t n, const char *fmt, ...) __printflike(3, 4);
/device/linaro/bootloader/arm-trusted-firmware/common/
Dtf_snprintf.c43 int tf_snprintf(char *s, size_t n, const char *fmt, ...) in tf_snprintf() function
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile167 common/tf_snprintf.c \
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.rst96 - Introduced `tf_snprintf`, a reduced version of `snprintf` which has
99 The mbedtls driver is updated to optionally use `tf_snprintf` instead of