Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpadlock.c86 blk = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptecb()
133 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc()
A Dpadlock.h56 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro
A Daes.c61 ( defined(MBEDTLS_HAVE_X86) || defined(MBEDTLS_PADLOCK_ALIGN16) )
553 #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16) in mbedtls_aes_setkey_enc()
558 ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf ); in mbedtls_aes_setkey_enc()
657 #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16) in mbedtls_aes_setkey_dec()
662 ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf ); in mbedtls_aes_setkey_dec()

Completed in 8 milliseconds