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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4692 char *pszKeyEnc = NULL; local
4709 pszKeyEnc = pszVal;
4736 && pszKeyEnc)
4741 cbKey = RTBase64DecodedSize(pszKeyEnc, NULL);
4748 rc = RTBase64Decode(pszKeyEnc, pbKey, cbKey, NULL, NULL);
4784 if (pszKeyEnc)
4786 RTMemWipeThoroughly(pszKeyEnc, strlen(pszKeyEnc), 10 /* cMinPasses */);
4787 RTStrFree(pszKeyEnc);

Completed in 1944 milliseconds