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

/openbsd-current/lib/libcrypto/sha/
H A Dsha256.c98 return crypto_ror_u32(x, 2) ^ crypto_ror_u32(x, 13) ^
99 crypto_ror_u32(x, 22);
105 return crypto_ror_u32(x, 6) ^ crypto_ror_u32(x, 11) ^
106 crypto_ror_u32(x, 25);
112 return crypto_ror_u32(x, 7) ^ crypto_ror_u32(x, 18) ^ (x >> 3);
118 return crypto_ror_u32(x, 17) ^ crypto_ror_u32(
[all...]
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h201 crypto_ror_u32(uint32_t v, size_t shift) function

Completed in 165 milliseconds