Home
last modified time | relevance | path

Searched defs:ROTL24 (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Daes.c466 #define ROTL24(x) ((uint32_t) ((x) << 24) + (uint32_t) ((x) >> 8)) macro

Completed in 5 milliseconds