Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dpadlock.c86 blk = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptecb()
136 iw = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptcbc()
Dpadlock.h56 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro