Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dpadlock.c74 blk = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptecb()
124 iw = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptcbc()
H A Dpadlock.h47 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpadlock.c74 blk = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptecb()
125 iw = MBEDTLS_PADLOCK_ALIGN16(buf); in mbedtls_padlock_xcryptcbc()
H A Dpadlock.h47 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro