PspVsmEnclaveHashAllocator

INT64 __stdcall PspVsmEnclaveHashAllocator(SIZE_T NumberOfBytes){
  return(INT64)ExAllocatePoolWithQuotaTag((POOL_TYPE)9, NumberOfBytes, 0x48457350ui64);
}

Referenced by:

PsCreateVsmEnclave