Searched refs:snprintf (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/programs/psa/ |
D | psa_constant_names.c | 17 int snprintf(char *s, size_t n, const char *fmt, ...) in snprintf() function 59 size_t n = snprintf(*buffer, buffer_size - *required_size, format, value); in append_integer() 131 return snprintf(buffer, buffer_size, "%ld", (long) status); in psa_snprint_status() 148 return snprintf(buffer, buffer_size, "0x%02x", (unsigned) curve); in psa_snprint_ecc_curve() 165 return snprintf(buffer, buffer_size, "0x%02x", (unsigned) group); in psa_snprint_dh_group()
|
D | psa_constant_names_generated.c | 138 return snprintf(buffer, buffer_size, in psa_snprint_key_type()
|
/mbedtls-latest/tests/suites/ |
D | host_test.function | 261 * \brief Tests snprintf implementation with test input. 266 * potential misuse of snprintf from gcc -Wformat-truncation (observed with 273 * \param ref_ret Expected snprintf return value. 304 * \brief Tests snprintf implementation. 538 * Make sure we have a snprintf that correctly zero-terminates 541 mbedtls_fprintf(stderr, "the snprintf implementation is broken\n");
|
D | test_suite_psa_its.function | 33 * long long support in snprintf. */
|
/mbedtls-latest/configs/ext/ |
D | tfm_mbedcrypto_config_profile_medium.h | 386 #define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf
|
/mbedtls-latest/3rdparty/everest/include/everest/kremlin/internal/ |
D | target.h | 99 # define KRML_HOST_SNPRINTF(buf, sz, fmt, arg) snprintf(buf, sz, fmt, arg)
|
/mbedtls-latest/include/mbedtls/ |
D | platform.h | 67 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< The default \c snprintf function to use. */
|
/mbedtls-latest/ |
D | ChangeLog | 4755 * Add support for overriding snprintf() (except on Windows) and exit() in
|