Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/programs/psa/
Dpsa_constant_names.c17 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()
Dpsa_constant_names_generated.c138 return snprintf(buffer, buffer_size, in psa_snprint_key_type()
/mbedtls-latest/tests/suites/
Dhost_test.function261 * \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");
Dtest_suite_psa_its.function33 * long long support in snprintf. */
/mbedtls-latest/configs/ext/
Dtfm_mbedcrypto_config_profile_medium.h386 #define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf
/mbedtls-latest/3rdparty/everest/include/everest/kremlin/internal/
Dtarget.h99 # define KRML_HOST_SNPRINTF(buf, sz, fmt, arg) snprintf(buf, sz, fmt, arg)
/mbedtls-latest/include/mbedtls/
Dplatform.h67 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< The default \c snprintf function to use. */
/mbedtls-latest/
DChangeLog4755 * Add support for overriding snprintf() (except on Windows) and exit() in