Searched refs:MBEDTLS_PADLOCK_ALIGN16 (Results 1 – 2 of 2) sorted by relevance
86 blk = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptecb()136 iw = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptcbc()
56 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro