Home
last modified time | relevance | path

Searched defs:SHL (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/crypto/
H A Dsm4.c35 #define SHL(x, n) (((x) & 0xFFFFFFFF) << (n)) macro
H A Dsm3.c53 #define SHL(x, n) ((x) << (n)) macro