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

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-sha256.cpp436 uint32_t uT2 = rtSha256CapitalSigma0(uA); local
437 uT2 += rtSha256Maj(uA, uB, uC);
446 uA = uT1 + uT2;
H A Dalt-sha512.cpp411 uint64_t uT2 = rtSha512CapitalSigma0(uA); local
412 uT2 += rtSha512Maj(uA, uB, uC);
421 uA = uT1 + uT2;

Completed in 2299 milliseconds