Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl42 sub ROL64 { subroutine
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl42 sub ROL64 { subroutine
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dkeccak1600.c54 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
[all...]
/third_party/openssl/crypto/sha/
H A Dkeccak1600.c54 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
[all...]
/third_party/sqlite/src/
H A Dshell.c1653 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro
[all...]

Completed in 17 milliseconds