Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Daes.c449 #define ROTL24(x) ((uint32_t) ((x) << 24) + (uint32_t) ((x) >> 8)) macro
454 #define AES_RT3(idx) ROTL24(RT0[idx])
459 #define AES_FT3(idx) ROTL24(FT0[idx])