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

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

Completed in 42 milliseconds