Searched refs:crypto_ror_u64 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/sha/
H A Dsha512.c123 return crypto_ror_u64(x, 28) ^ crypto_ror_u64(x, 34) ^
124 crypto_ror_u64(x, 39);
130 return crypto_ror_u64(x, 14) ^ crypto_ror_u64(x, 18) ^
131 crypto_ror_u64(x, 41);
137 return crypto_ror_u64(x, 1) ^ crypto_ror_u64(x, 8) ^ (x >> 7);
143 return crypto_ror_u64(x, 19) ^ crypto_ror_u64(
[all...]
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h217 crypto_ror_u64(uint64_t v, size_t shift) function

Completed in 110 milliseconds