Searched defs:Key2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DDhVerify.c38 UINT8 Key2[64]; local
97 Status = DhComputeKey (Dh2, PublicKey1, PublicKey1Length, Key2, &Key2Length);
109 if (CompareMem (Key1, Key2, Key1Length) != 0) {
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp169 int Key2 = ASMBitNextClear(pTracker->abBitmap, pTracker->MaxKey, Key); local
170 if (Key2 > 0)
171 Key = Key2;
181 Key2 = ASMBitNextClear(pTracker->abBitmap, RT_ALIGN_32(KeyPrev, 32), Key);
182 if (Key2 > 0)
184 Key = Key2;
201 int Key2 = ASMBitNextSet(pTracker->abBitmap, RT_ALIGN_32(KeyLast, 32), Key); local
202 if ( Key2 > 0
203 && (unsigned)Key2 <= KeyLast)
204 KeyLast = Key2
247 int Key2 = ASMBitNextSet(pTracker->abBitmap, pTracker->MaxKey, Key); local
[all...]

Completed in 54 milliseconds