HomeSort by relevance Sort by last modified time
    Searched refs:ContextSize (Results 1 - 7 of 7) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 21 DWORD ContextSize;
dbgeng.h 82 STDMETHOD(GetThreadContext)(THIS_ PVOID Context,ULONG ContextSize) PURE;
83 STDMETHOD(SetThreadContext)(THIS_ PVOID Context,ULONG ContextSize) PURE;
    [all...]
ks.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 866 USHORT ContextSize;
    [all...]

Completed in 310 milliseconds