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.h37 const ByteString& owner_password);
69 ByteString GetUserPassword(const ByteString& owner_password) const;
82 const ByteString& owner_password,
Dcpdf_security_handler.cpp471 const ByteString& owner_password) const { in GetUserPassword()
480 GetPassCode(owner_password, passcode); in GetUserPassword()
540 const ByteString& owner_password, in OnCreateInternal() argument
549 ByteString owner_password_copy = owner_password; in OnCreateInternal()
550 if (bDefault && owner_password.IsEmpty()) in OnCreateInternal()
626 const ByteString& owner_password) { in OnCreate() argument
627 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