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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c 605 UINTN AuthKeyLength;
614 AuthKeyLength = 0;
657 AuthKeyLength = StrLen (ValueStr);
679 DataSize = ALIGN_VARIABLE (DataSize + AuthKeyLength);
693 ((UINT8 *) (*Data)->AlgoInfo.EspAlgoInfo.AuthKey + AuthKeyLength),
815 (*Data)->AlgoInfo.EspAlgoInfo.AuthKeyLength = AuthKeyLength;
816 AsciiStr = AllocateZeroPool (AuthKeyLength + 1);
819 CopyMem ((*Data)->AlgoInfo.EspAlgoInfo.AuthKey, AsciiStr, AuthKeyLength);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Utility.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 385 UINTN AuthKeyLength;
402 UINTN AuthKeyLength;

Completed in 338 milliseconds