Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_mps.function66 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, &paused) == 0);
116 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
123 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
176 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
218 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
225 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
259 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) ==
275 * In this case, we expect mbedtls_mps_reader_reclaim() to fail,
278 * and the call to mbedtls_mps_reader_reclaim() had been rejected
304 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) ==
[all …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_mps.function66 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, &paused) == 0);
114 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
121 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
172 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
212 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
219 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) == 0);
251 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) ==
265 * In this case, we expect mbedtls_mps_reader_reclaim() to fail,
268 * and the call to mbedtls_mps_reader_reclaim() had been rejected
294 TEST_ASSERT(mbedtls_mps_reader_reclaim(&rd, NULL) ==
[all …]
/aosp_15_r20/external/mbedtls/library/
H A Dmps_reader.h297 int mbedtls_mps_reader_reclaim(mbedtls_mps_reader *reader,
H A Dmps_reader.c397 int mbedtls_mps_reader_reclaim(mbedtls_mps_reader *rd, in mbedtls_mps_reader_reclaim() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dmps_reader.h297 int mbedtls_mps_reader_reclaim(mbedtls_mps_reader *reader,
H A Dmps_reader.c397 int mbedtls_mps_reader_reclaim(mbedtls_mps_reader *rd, in mbedtls_mps_reader_reclaim() function