Searched refs:ROTL24 (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ | ||
H A D | aes.c | 466 #define ROTL24(x) ((uint32_t) ((x) << 24) + (uint32_t) ((x) >> 8)) macro 471 #define AES_RT3(idx) ROTL24(RT0[idx]) 476 #define AES_FT3(idx) ROTL24(FT0[idx]) |
Completed in 6 milliseconds