Searched refs:MBEDTLS_PADLOCK_ALIGN16 (Results 1 – 5 of 5) sorted by relevance
92 blk = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptecb()139 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc()
86 ( defined(MBEDTLS_HAVE_X86) || defined(MBEDTLS_PADLOCK_ALIGN16) )507 #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16) in mbedtls_aes_setkey_enc()512 ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf ); in mbedtls_aes_setkey_enc()608 #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16) in mbedtls_aes_setkey_dec()613 ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf ); in mbedtls_aes_setkey_dec()
52 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) x & ~15)) macro
924 #define PADLOCK_ALIGN16 MBEDTLS_PADLOCK_ALIGN16
264 PADLOCK_ALIGN16 MBEDTLS_PADLOCK_ALIGN16