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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 280 UINTN ContextSize;
302 ContextSize = mIpsecEncryptAlgorithmList[Index].CipherGetContextSize ();
303 Context = AllocateZeroPool (ContextSize);
366 UINTN ContextSize;
389 ContextSize = mIpsecEncryptAlgorithmList[Index].CipherGetContextSize();
390 Context = AllocateZeroPool (ContextSize);
450 UINTN ContextSize;
490 ContextSize = mIpsecAuthAlgorithmList[Index].HmacGetContextSize();
491 HashContext = AllocateZeroPool (ContextSize);
570 UINTN ContextSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 41 UINTN ContextSize;
48 ContextSize = sizeof (BM_LOAD_CONTEXT);
52 ContextSize = sizeof (BM_FILE_CONTEXT);
56 ContextSize = sizeof (BM_CONSOLE_CONTEXT);
60 ContextSize = sizeof (BM_TERMINAL_CONTEXT);
64 ContextSize = sizeof (BM_HANDLE_CONTEXT);
68 ContextSize = 0;
72 if (ContextSize == 0) {
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 37 UINTN ContextSize;
44 ContextSize = sizeof (BM_LOAD_CONTEXT);
48 ContextSize = sizeof (BM_FILE_CONTEXT);
52 ContextSize = sizeof (BM_CONSOLE_CONTEXT);
56 ContextSize = sizeof (BM_TERMINAL_CONTEXT);
60 ContextSize = sizeof (BM_HANDLE_CONTEXT);
64 ContextSize = sizeof (BM_LEGACY_DEVICE_CONTEXT);
68 ContextSize = 0;
72 if (ContextSize == 0) {
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize);
    [all...]

Completed in 306 milliseconds