Searched refs:pClearTextPassword (Results 1 – 2 of 2) sorted by relevance
712 _Out_ PWSTR *pClearTextPassword) in ScmDecryptPassword() argument769 *pClearTextPassword = pBuffer; in ScmDecryptPassword()
175 _In_ PCWSTR pClearTextPassword, in ScmEncryptPassword() argument193 inData.Length = (wcslen(pClearTextPassword) + 1) * sizeof(WCHAR); in ScmEncryptPassword()195 inData.Buffer = (unsigned char *)pClearTextPassword; in ScmEncryptPassword()