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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DSa.c1421 UINT8 *PubKey; local
1425 PubKey = (UINT8 *) (Ke + 1);
1436 PubKey,
1452 CopyMem (DhBuffer->GyBuffer, PubKey, DhBuffer->GySize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c205 @param[in] PubKey The input pointer to Public Key data.
214 IN UINT8 *PubKey
223 if (PubKey == NULL) {
240 if (CompareMem (Ptr, PubKey, EFI_CERT_TYPE_RSA2048_SIZE) == 0) {
258 CopyMem (Global->PubKeyStore + mPubKeyNumber * EFI_CERT_TYPE_RSA2048_SIZE, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
289 @param[in] PubKey The public key used for verification.
302 IN UINT8 *PubKey
316 if (Data == NULL || PubKey == NULL) {
369 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
767 UINT8 *PubKey; local
[all...]
/vbox/include/iprt/crypto/
H A Dtaf.h87 RTCRX509SUBJECTPUBLICKEYINFO PubKey; member in struct:RTCRTAFTRUSTANCHORINFO
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c428 @param[in] PubKey Input pointer to Public Key data
435 IN UINT8 *PubKey
444 if (PubKey == NULL) {
461 if (CompareMem (Ptr, PubKey, EFI_CERT_TYPE_RSA2048_SIZE) == 0) {
479 CopyMem (mPubKeyStore + mPubKeyNumber * EFI_CERT_TYPE_RSA2048_SIZE, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
507 @param[in] PubKey Public key used for verification.
518 IN UINT8 *PubKey
531 if (Data == NULL || PubKey == NULL) {
582 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
1073 UINT8 *PubKey; local
[all...]

Completed in 52 milliseconds