Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DDhVerify.c32 UINT8 PublicKey1[64]; in ValidateCryptDh() local
47 PublicKey1Length = sizeof (PublicKey1); in ValidateCryptDh()
84 Status = DhGenerateKey (Dh1, PublicKey1, &PublicKey1Length); in ValidateCryptDh()
105 Status = DhComputeKey (Dh2, PublicKey1, PublicKey1Length, Key2, &Key2Length); in ValidateCryptDh()