Home
last modified time | relevance | path

Searched refs:mbedtls_mps_reader_reclaim (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mps.function64 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, &paused ) == 0 );
109 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) == 0 );
116 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) == 0 );
165 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) == 0 );
202 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) == 0 );
209 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) == 0 );
240 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) ==
254 * In this case, we expect mbedtls_mps_reader_reclaim() to fail,
257 * and the call to mbedtls_mps_reader_reclaim() had been rejected
282 TEST_ASSERT( mbedtls_mps_reader_reclaim( &rd, NULL ) ==
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dmps_reader.h313 int mbedtls_mps_reader_reclaim( mbedtls_mps_reader *reader,
Dmps_reader.c417 int mbedtls_mps_reader_reclaim( mbedtls_mps_reader *rd, in mbedtls_mps_reader_reclaim() function