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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2160 * @param aPlaintextSize size of the plaintext
2164 size_t aPlaintextSize, size_t aCiphertextSize) const
2184 for (unsigned k = 0; k < aPlaintextSize && i < aCiphertextSize; i++, k++)
2163 i_encryptSettingBytes(const uint8_t *aPlaintext, uint8_t *aCiphertext, size_t aPlaintextSize, size_t aCiphertextSize) const argument

Completed in 59 milliseconds