Searched refs:owner_password (Results 1 – 5 of 5) sorted by relevance
36 const ByteString& owner_password);44 ByteString GetUserPassword(const ByteString& owner_password,83 const ByteString& owner_password,
450 const ByteString& owner_password, in GetUserPassword() argument455 passcode[i] = i < owner_password.GetLength() in GetUserPassword()456 ? owner_password[i] in GetUserPassword()457 : defpasscode[i - owner_password.GetLength()]; in GetUserPassword()514 const ByteString& owner_password, in OnCreateInternal() argument523 ByteString owner_password_copy = owner_password; in OnCreateInternal()524 if (bDefault && owner_password.IsEmpty()) in OnCreateInternal()613 const ByteString& owner_password) { in OnCreate() argument614 OnCreateInternal(pEncryptDict, pIdArray, user_password, owner_password, true); in OnCreate()
262 tpm-nvtool --release --index 0x1007 --owner_password ""263 tpm-nvtool --release --index 0x1008 --owner_password ""
102 $nvtool --release --index "$index" --owner_password "" >> $RECOVERY_LOG 2>&1
294 optional string owner_password = 4; field