Searched refs:mbedtls_memory_buffer_alloc_init (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_memory_buffer_alloc.function | 48 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 D | host_test.function | 534 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) );
|
/mbedtls-development/include/mbedtls/ |
A D | memory_buffer_alloc.h | 67 void mbedtls_memory_buffer_alloc_init( unsigned char *buf, size_t len );
|
/mbedtls-development/library/ |
A D | memory_buffer_alloc.c | 567 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 D | selftest.c | 394 mbedtls_memory_buffer_alloc_init( buf, sizeof(buf) ); in main()
|
A D | benchmark.c | 641 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) ); in main()
|
/mbedtls-development/programs/ssl/ |
A D | ssl_pthread_server.c | 333 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
|
A D | ssl_client2.c | 744 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
|
A D | ssl_server2.c | 1394 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
|
/mbedtls-development/ |
A D | ChangeLog | 2968 * mbedtls_memory_buffer_alloc_init() now returns void.
|
Completed in 37 milliseconds