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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2127 size_t cbCiphertext; local
2130 &cbCiphertext, NULL);
2133 rc = i_decryptSettingBytes(abPlaintext, abCiphertext, cbCiphertext);
2136 for (unsigned i = 0; i < cbCiphertext; i++)

Completed in 60 milliseconds