Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dpadlock.c92 blk = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptecb()
139 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc()
A Daes.c89 ( defined(MBEDTLS_HAVE_X86) || defined(MBEDTLS_PADLOCK_ALIGN16) )
581 #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16) in mbedtls_aes_setkey_enc()
586 ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf ); in mbedtls_aes_setkey_enc()
685 #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16) in mbedtls_aes_setkey_dec()
690 ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf ); in mbedtls_aes_setkey_dec()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpadlock.h56 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) x & ~15)) macro
A Dcompat-1.3.h903 #define PADLOCK_ALIGN16 MBEDTLS_PADLOCK_ALIGN16

Completed in 22 milliseconds