Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c945 OUT UINTN *PublicKeyLen in IpSecCryptoIoGetPublicKeyFromCert() argument
966 *PublicKeyLen = 0; in IpSecCryptoIoGetPublicKeyFromCert()
968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen); in IpSecCryptoIoGetPublicKeyFromCert()
970 *PublicKey = AllocateZeroPool (*PublicKeyLen); in IpSecCryptoIoGetPublicKeyFromCert()
976 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) { in IpSecCryptoIoGetPublicKeyFromCert()
DIpSecCryptIo.h803 OUT UINTN *PublicKeyLen
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c1499 UINTN PublicKeyLen; in Ikev2GenerateCertificatePayload() local
1520 PublicKeyLen = 0; in Ikev2GenerateCertificatePayload()
1553 &PublicKeyLen in Ikev2GenerateCertificatePayload()
1560 Fragment[0].DataSize = PublicKeyLen; in Ikev2GenerateCertificatePayload()