Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dmemory_buffer_alloc.h42 #if !defined(MBEDTLS_MEMORY_ALIGN_MULTIPLE)
43 #define MBEDTLS_MEMORY_ALIGN_MULTIPLE 4 /**< Align on multiples of this value */ macro
Dcompat-1.3.h312 #if defined MBEDTLS_MEMORY_ALIGN_MULTIPLE
313 #define POLARSSL_MEMORY_ALIGN_MULTIPLE MBEDTLS_MEMORY_ALIGN_MULTIPLE
/net-tools-latest/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c251 if( len % MBEDTLS_MEMORY_ALIGN_MULTIPLE ) in buffer_alloc_calloc()
253 len -= len % MBEDTLS_MEMORY_ALIGN_MULTIPLE; in buffer_alloc_calloc()
254 len += MBEDTLS_MEMORY_ALIGN_MULTIPLE; in buffer_alloc_calloc()
286 MBEDTLS_MEMORY_ALIGN_MULTIPLE ) in buffer_alloc_calloc()
584 if( (size_t) buf % MBEDTLS_MEMORY_ALIGN_MULTIPLE ) in mbedtls_memory_buffer_alloc_init()
587 len -= MBEDTLS_MEMORY_ALIGN_MULTIPLE in mbedtls_memory_buffer_alloc_init()
588 - (size_t) buf % MBEDTLS_MEMORY_ALIGN_MULTIPLE; in mbedtls_memory_buffer_alloc_init()
589 buf += MBEDTLS_MEMORY_ALIGN_MULTIPLE in mbedtls_memory_buffer_alloc_init()
590 - (size_t) buf % MBEDTLS_MEMORY_ALIGN_MULTIPLE; in mbedtls_memory_buffer_alloc_init()
617 if( (size_t) p % MBEDTLS_MEMORY_ALIGN_MULTIPLE != 0 ) in check_pointer()
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_memory_buffer_alloc.function18 if( (size_t) p % MBEDTLS_MEMORY_ALIGN_MULTIPLE != 0 )
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt741 POLARSSL_MEMORY_ALIGN_MULTIPLE MBEDTLS_MEMORY_ALIGN_MULTIPLE