Searched defs:PublicKey (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptDh.c169 returned via parameter PublicKey and PublicKeySize. DH context is updated accordingly.
170 If the PublicKey buffer is too small to hold the public key, FALSE is returned and
175 If PublicKeySize is large enough but PublicKey is NULL, then return FALSE.
178 @param[out] PublicKey Pointer to the buffer to receive generated public key.
179 @param[in, out] PublicKeySize On input, the size of PublicKey buffer in bytes.
180 On output, the size of data returned in PublicKey buffer in bytes.
191 OUT UINT8 *PublicKey,
205 if (PublicKey == NULL && *PublicKeySize != 0) {
214 BN_bn2bin (Dh->pub_key, PublicKey);
189 DhGenerateKey( IN OUT VOID *DhContext, OUT UINT8 *PublicKey, IN OUT UINTN *PublicKeySize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DWinCertificate.h66 UINT8 PublicKey[256]; member in struct:__anon11378
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DWinCertificate.h68 UINT8 PublicKey[256]; member in struct:__anon15496
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiMultiPhase.h121 UINT8 PublicKey[256]; member in struct:_EFI_CERT_BLOCK_RSA_2048_SHA256
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-rsa.cpp69 RTCRRSAPUBLICKEY PublicKey; member in union:RTCRPKIXSIGNATURERSA::__anon16552
157 rc = RTCrRsaPublicKey_DecodeAsn1(&PrimaryCursor.Cursor, 0, &pThis->Scratch.PublicKey, "PublicKey");
160 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch.PublicKey.Modulus, &pThis->Modulus, 0);
163 rc = RTAsn1Integer_ToBigNum(&pThis->Scratch.PublicKey.PublicExponent, &pThis->Exponent, 0);
166 RTAsn1VtDelete(&pThis->Scratch.PublicKey.SeqCore.Asn1Core);
171 RTAsn1VtDelete(&pThis->Scratch.PublicKey.SeqCore.Asn1Core);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c662 PublicKey and PublicKeySize. DH context is updated accordingly. If the PublicKey
671 @param[out] PublicKey Pointer to the buffer to receive generated public key.
672 @param[in, out] PublicKeySize For in, the size of PublicKey buffer in bytes.
673 For out, the size of data returned in PublicKey
686 OUT UINT8 *PublicKey,
699 if (!DhGenerateKey (*DhContext, PublicKey, PublicKeySize)) {
931 @param[out] PublicKey Pointer to the retrieved public key.
942 OUT UINT8 **PublicKey,
968 *PublicKey
681 IpSecCryptoIoDhGetPublicKey( IN OUT UINT8 **DhContext, IN UINTN Generator, IN UINTN PrimeLength, IN CONST UINT8 *Prime, OUT UINT8 *PublicKey, IN OUT UINTN *PublicKeySize ) argument
939 IpSecCryptoIoGetPublicKeyFromCert( IN UINT8 *InCert, IN UINTN CertLen, OUT UINT8 **PublicKey, OUT UINTN *PublicKeyLen ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c1443 UINT8 *PublicKey; local
1464 PublicKey = NULL;
1497 &PublicKey,
1504 Fragment[0].Data = PublicKey;
1549 if (PublicKey != NULL) {
1550 FreePool (PublicKey);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h228 CRYPT_BIT_BLOB PublicKey; member in struct:_CERT_PUBLIC_KEY_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h228 CRYPT_BIT_BLOB PublicKey; member in struct:_CERT_PUBLIC_KEY_INFO

Completed in 122 milliseconds