Home
last modified time | relevance | path

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

/aoo42x/main/sal/rtl/source/
H A Ddigest.c40 #define RTL_DIGEST_ROTL(a,n) (((a) << (n)) | ((a) >> (32 - (n)))) macro

Completed in 24 milliseconds