Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm3.c55 static uint32_t rotl(uint32_t val, int shift) in rotl() function
65 #define ROTL(x, n) rotl((x), (n))