Home
last modified time | relevance | path

Searched defs:ROTL (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/crypto/
H A Dsm4.c36 #define ROTL(x, n) (SHL((x), (n)) | ((x) >> (32 - (n)))) macro
H A Dsm3.c65 #define ROTL(x, n) rotl((x), (n)) macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcamellia.c212 #define ROTL(DEST, SRC, SHIFT) \ macro