Home
last modified time | relevance | path

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

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