Searched refs:ROTL16 (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ | ||
H A D | aes.c | 465 #define ROTL16(x) ((uint32_t) ((x) << 16) + (uint32_t) ((x) >> 16)) macro 470 #define AES_RT2(idx) ROTL16(RT0[idx]) 475 #define AES_FT2(idx) ROTL16(FT0[idx]) |
Completed in 4 milliseconds