Home
last modified time | relevance | path

Searched refs:mbedtls_memory_buffer_alloc_status (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dmemory_buffer_alloc.h92 void mbedtls_memory_buffer_alloc_status(void);
/third_party/mbedtls/programs/test/
Dselftest.c259 mbedtls_memory_buffer_alloc_status(); in mbedtls_memory_buffer_alloc_free_and_self_test()
/third_party/mbedtls/library/
Dmemory_buffer_alloc.c504 void mbedtls_memory_buffer_alloc_status(void) in mbedtls_memory_buffer_alloc_status() function
/third_party/mbedtls/tests/suites/
Dhost_test.function784 mbedtls_memory_buffer_alloc_status();
/third_party/mbedtls/programs/ssl/
Dssl_client2.c3214 mbedtls_memory_buffer_alloc_status(); in main()
Dssl_server2.c4337 mbedtls_memory_buffer_alloc_status(); in main()
/third_party/mbedtls/
DChangeLog3353 * Fix braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden, #552.