Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl42 sub ROL64 { subroutine
/freebsd/crypto/openssl/crypto/sha/
H A Dkeccak1600.c54 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
/freebsd/contrib/sqlite3/
H A Dshell.c2960 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro