Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dmemory_buffer_alloc.h56 void mbedtls_memory_buffer_alloc_init(unsigned char *buf, size_t len);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmemory_buffer_alloc.c562 void mbedtls_memory_buffer_alloc_init(unsigned char *buf, size_t len) in mbedtls_memory_buffer_alloc_init() function
652 mbedtls_memory_buffer_alloc_init(buf, sizeof(buf)); in mbedtls_memory_buffer_alloc_self_test()
681 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()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4807 * mbedtls_memory_buffer_alloc_init() now returns void.