Searched defs:aBytes (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsBinaryStream.cpp243 nsBinaryOutputStream::WriteByteArray(PRUint8 *aBytes, PRUint32 aLength) argument
245 return WriteBytes(NS_REINTERPRET_CAST(char *, aBytes), aLength);
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1051 HRESULT MachineDebugger::readPhysicalMemory(LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes) argument
1056 HRESULT MachineDebugger::writePhysicalMemory(LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes) argument
1061 HRESULT MachineDebugger::readVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes) argument
1066 HRESULT MachineDebugger::writeVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes) argument
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2167 uint8_t aBytes[64]; local
2172 if (aCiphertextSize > sizeof(aBytes))
2194 RTRandBytes(aBytes, aCiphertextSize - i);
2197 aCiphertext[i] = aBytes[k] ^ m->SettingsCipherKey[j];

Completed in 61 milliseconds