arm-trusted-firmware/drivers/auth/mbedtls
Antonio Nino Diaz ab1794f576 mbedtls: Use `tf_snprintf` instead of `snprintf`
The Trusted Firmware uses a subset of the APIs provided by mbed TLS.
This subset internally uses `snprintf`, but the only format specifier
used is '%d', which is supported by `tf_snprintf`.

This patch makes mbed TLS use `tf_snprintf` instead of `snprintf`,
saving 3 KB in both debug and release builds when TBBR is enabled.

Change-Id: I7f992a21015930d7c0f4660e7a28ceefd60b9597
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-05-24 10:47:05 +01:00
..
mbedtls_common.c mbedtls: Use `tf_snprintf` instead of `snprintf` 2017-05-24 10:47:05 +01:00
mbedtls_common.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
mbedtls_crypto.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
mbedtls_crypto.mk mbedtls: Complete namespace for TF specific macros 2017-05-12 14:44:36 +01:00
mbedtls_x509.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
mbedtls_x509_parser.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00