Home
last modified time | relevance | path

Searched defs:rotr (Results 1 - 1 of 1) sorted by relevance

/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c32 #define rotr(x, n) (shr(x, n) | (((uint32_t)(x)) << (32 - (n)))) macro
[all...]

Completed in 2 milliseconds