Home
last modified time | relevance | path

Searched refs:owner_password (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h36 const ByteString& owner_password);
44 ByteString GetUserPassword(const ByteString& owner_password,
83 const ByteString& owner_password,
Dcpdf_security_handler.cpp450 const ByteString& owner_password, in GetUserPassword() argument
455 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() argument
523 ByteString owner_password_copy = owner_password; in OnCreateInternal()
524 if (bDefault && owner_password.IsEmpty()) in OnCreateInternal()
613 const ByteString& owner_password) { in OnCreate() argument
614 OnCreateInternal(pEncryptDict, pIdArray, user_password, owner_password, true); in OnCreate()
/external/vboot_reference/utility/
Dchromeos-tpm-recovery-test262 tpm-nvtool --release --index 0x1007 --owner_password ""
263 tpm-nvtool --release --index 0x1008 --owner_password ""
Dchromeos-tpm-recovery102 $nvtool --release --index "$index" --owner_password "" >> $RECOVERY_LOG 2>&1
/external/cros/system_api/dbus/cryptohome/
Drpc.proto294 optional string owner_password = 4; field