Home
last modified time | relevance | path

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

/optee_os/core/crypto/
A Dsm4.c35 #define SHL(x, n) (((x) & 0xFFFFFFFF) << (n)) macro
36 #define ROTL(x, n) (SHL((x), (n)) | ((x) >> (32 - (n))))
A Dsm3.c85 #define SHL(x, n) ((x) << (n)) in sm3_process() macro
86 #define ROTL(x, n) (SHL((x), (n) & 0x1F) | ((x) >> (32 - ((n) & 0x1F)))) in sm3_process()

Completed in 4 milliseconds