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

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DDhVerify.c36 UINT8 Key1[64]; local
90 Status = DhComputeKey (Dh1, PublicKey2, PublicKey2Length, Key1, &Key1Length);
109 if (CompareMem (Key1, Key2, Key1Length) != 0) {

Completed in 42 milliseconds