HomeSort by relevance Sort by last modified time
    Searched refs:PublicKeyLen (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 934 @param[out] PublicKeyLen Size of Public Key in bytes.
945 OUT UINTN *PublicKeyLen
966 *PublicKeyLen = 0;
968 RsaGetKey (RsaContext, RsaKeyN, NULL, PublicKeyLen);
970 *PublicKey = AllocateZeroPool (*PublicKeyLen);
973 if (!RsaGetKey (RsaContext, RsaKeyN, *PublicKey, PublicKeyLen)) {
IpSecCryptIo.h 792 @param[out] PublicKeyLen Size of Public Key in bytes.
803 OUT UINTN *PublicKeyLen
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]

Completed in 171 milliseconds