Searched refs:RsaPubKey (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DRsaVerify2.c209 VOID *RsaPubKey; local
233 RsaPubKey = NULL;
234 Status = RsaGetPublicKeyFromX509 (TestCert, sizeof (TestCert), &RsaPubKey);
266 Status = RsaPkcs1Verify (RsaPubKey, MsgHash, SHA1_DIGEST_SIZE, Signature, SigSize);
304 RsaFree (RsaPubKey);

Completed in 31 milliseconds