Searched refs:VBoxIsPasswordHashed (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHashedPw.h23 bool VBoxIsPasswordHashed(RTCString const *a_pstrPassword);
/vbox/src/VBox/Main/src-all/
H A DHashedPw.cpp46 bool VBoxIsPasswordHashed(RTCString const *a_pstrPassword) function
79 AssertReturnVoid(!VBoxIsPasswordHashed(a_pstrPassword));
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp940 if (VBoxIsPasswordHashed(&strPassword))
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3733 && !VBoxIsPasswordHashed(&pUserData->strTeleporterPassword))
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp2981 if (VBoxIsPasswordHashed(&aT))

Completed in 97 milliseconds