Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dkeccak1600-c64x.pl42 sub ROL64 { subroutine
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dkeccak1600-c64x.pl42 sub ROL64 { subroutine
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dkeccak1600.c54 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dkeccak1600.c47 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c2946 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro