Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dpadlock.c92 blk = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptecb()
139 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc()
Daes.c86 ( 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()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dpadlock.h52 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) x & ~15)) macro
Dcompat-1.3.h924 #define PADLOCK_ALIGN16 MBEDTLS_PADLOCK_ALIGN16
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt264 PADLOCK_ALIGN16 MBEDTLS_PADLOCK_ALIGN16