Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DDhVerify.c39 UINTN Key2Length; in ValidateCryptDh() local
50 Key2Length = sizeof (Key2); in ValidateCryptDh()
105 Status = DhComputeKey (Dh2, PublicKey1, PublicKey1Length, Key2, &Key2Length); in ValidateCryptDh()
112 if (Key1Length != Key2Length) { in ValidateCryptDh()