Searched refs:owner_password_copy (Results 1 – 1 of 1) sorted by relevance
523 ByteString owner_password_copy = owner_password; in OnCreateInternal() local525 owner_password_copy = user_password; in OnCreateInternal()537 AES256_SetPassword(pEncryptDict, owner_password_copy, true, m_EncryptKey); in OnCreateInternal()547 passcode[i] = i < owner_password_copy.GetLength() in OnCreateInternal()548 ? owner_password_copy[i] in OnCreateInternal()549 : defpasscode[i - owner_password_copy.GetLength()]; in OnCreateInternal()