Home
last modified time | relevance | path

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

/mbedtls-3.7.0/programs/test/
Dselftest.c63 unsigned int buffer_4_size = 4097; /* Allocate more than the usual page size */ in calloc_self_test() local
65 unsigned char *buffer4 = mbedtls_calloc(buffer_4_size, 1); in calloc_self_test()
153 for (unsigned int i = 0; i < buffer_4_size; i++) { in calloc_self_test()
158 buffer_4_size); in calloc_self_test()