Home
last modified time | relevance | path

Searched refs:mbedtls_memory_buffer_alloc_init (Results 1 – 10 of 10) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_memory_buffer_alloc.function48 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) );
211 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) );
254 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) );
268 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) );
A Dhost_test.function534 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) );
/mbedtls-development/include/mbedtls/
A Dmemory_buffer_alloc.h67 void mbedtls_memory_buffer_alloc_init( unsigned char *buf, size_t len );
/mbedtls-development/library/
A Dmemory_buffer_alloc.c567 void mbedtls_memory_buffer_alloc_init( unsigned char *buf, size_t len ) in mbedtls_memory_buffer_alloc_init() function
656 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) ); in mbedtls_memory_buffer_alloc_self_test()
683 mbedtls_memory_buffer_alloc_init( buf + 1, sizeof( buf ) - 1 ); in mbedtls_memory_buffer_alloc_self_test()
709 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) ); in mbedtls_memory_buffer_alloc_self_test()
/mbedtls-development/programs/test/
A Dselftest.c394 mbedtls_memory_buffer_alloc_init( buf, sizeof(buf) ); in main()
A Dbenchmark.c641 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) ); in main()
/mbedtls-development/programs/ssl/
A Dssl_pthread_server.c333 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
A Dssl_client2.c744 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
A Dssl_server2.c1394 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
/mbedtls-development/
A DChangeLog2968 * mbedtls_memory_buffer_alloc_init() now returns void.

Completed in 37 milliseconds