Home
last modified time | relevance | path

Searched refs:ref_buf (Results 1 – 2 of 2) sorted by relevance

/mbedtls-development/programs/test/
A Dselftest.c154 static int test_snprintf( size_t n, const char *ref_buf, int ref_ret ) in test_snprintf() argument
164 if( strncmp( ref_buf, buf, sizeof( buf ) ) != 0 || in test_snprintf()
/mbedtls-development/tests/suites/
A Dhost_test.function330 * \param ref_buf Expected buffer.
338 static int test_snprintf( size_t n, const char *ref_buf, int ref_ret )
350 if( strncmp( ref_buf, buf, sizeof( buf ) ) != 0 ||

Completed in 3 milliseconds