Searched refs:i_decryptSetting (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h242 int i_decryptSetting(Utf8Str *aPlaintext, const Utf8Str &aCiphertext);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2056 int rc = i_decryptSetting(&strPlaintext, bstrCipher);
2123 int VirtualBox::i_decryptSetting(Utf8Str *aPlaintext, const Utf8Str &aCiphertext) function in class:VirtualBox
H A DMediumImpl.cpp1316 int vrc = m->pVirtualBox->i_decryptSetting(&strPlaintext, itCph->second);

Completed in 76 milliseconds