Home
last modified time | relevance | path

Searched refs:Key1Length (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DDhVerify.c37 UINTN Key1Length; in ValidateCryptDh() local
49 Key1Length = sizeof (Key1); in ValidateCryptDh()
98 Status = DhComputeKey (Dh1, PublicKey2, PublicKey2Length, Key1, &Key1Length); in ValidateCryptDh()
112 if (Key1Length != Key2Length) { in ValidateCryptDh()
117 if (CompareMem (Key1, Key2, Key1Length) != 0) { in ValidateCryptDh()