Searched refs:mbedtls_memory_buffer_alloc_init (Results 1 – 11 of 11) sorted by relevance
| /third_party/mbedtls/tests/suites/ |
| 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 ) );
|
| D | host_test.function | 412 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) );
|
| /third_party/mbedtls/include/mbedtls/ |
| D | memory_buffer_alloc.h | 98 void mbedtls_memory_buffer_alloc_init( unsigned char *buf, size_t len );
|
| D | compat-1.3.h | 2068 #define memory_buffer_alloc_init mbedtls_memory_buffer_alloc_init
|
| /third_party/mbedtls/library/ |
| D | memory_buffer_alloc.c | 598 void mbedtls_memory_buffer_alloc_init( unsigned char *buf, size_t len ) in mbedtls_memory_buffer_alloc_init() function 687 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) ); in mbedtls_memory_buffer_alloc_self_test() 714 mbedtls_memory_buffer_alloc_init( buf + 1, sizeof( buf ) - 1 ); in mbedtls_memory_buffer_alloc_self_test() 740 mbedtls_memory_buffer_alloc_init( buf, sizeof( buf ) ); in mbedtls_memory_buffer_alloc_self_test()
|
| /third_party/mbedtls/programs/test/ |
| D | selftest.c | 447 mbedtls_memory_buffer_alloc_init( buf, sizeof(buf) ); in main()
|
| D | benchmark.c | 385 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) ); in main()
|
| /third_party/mbedtls/programs/ssl/ |
| D | ssl_pthread_server.c | 365 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
|
| D | ssl_server2.c | 1307 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
|
| /third_party/mbedtls/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1650 memory_buffer_alloc_init mbedtls_memory_buffer_alloc_init
|
| /third_party/mbedtls/ |
| D | ChangeLog | 2053 * mbedtls_memory_buffer_alloc_init() now returns void.
|