Home
last modified time | relevance | path

Searched defs:MBEDTLS_PADLOCK_ALIGN16 (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dpadlock.h47 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro

Completed in 2 milliseconds