Searched defs:rtSha1Parity (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | alt-sha1.cpp | 217 DECL_FORCE_INLINE(uint32_t) rtSha1Parity(uint32_t uX, uint32_t uY, uint32_t uZ) function 301 TWENTY_ITERATIONS(20, UINT32_C(0x6ed9eba1), rtSha1Parity); 303 TWENTY_ITERATIONS(60, UINT32_C(0xca62c1d6), rtSha1Parity); 323 TWENTY_ITERATIONS(40, UINT32_C(0x6ed9eba1), rtSha1Parity(uB, uC, uD)); 325 TWENTY_ITERATIONS(80, UINT32_C(0xca62c1d6), rtSha1Parity(uB, uC, uD));
|
Completed in 145 milliseconds