Searched refs:mbedtls_mps_reader_reclaim (Results 1 – 3 of 3) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_mps.function | 64 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/ |
D | mps_reader.h | 313 int mbedtls_mps_reader_reclaim( mbedtls_mps_reader *reader,
|
D | mps_reader.c | 417 int mbedtls_mps_reader_reclaim( mbedtls_mps_reader *rd, in mbedtls_mps_reader_reclaim() function
|