Searched refs:Identification (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods.h40 virtual void GetKeyDataEx(const Identification& id,
46 virtual void CheckKeyEx(const Identification& id,
56 virtual void MountEx(const Identification& id,
68 virtual void AddKeyEx(const Identification& id,
80 virtual void UpdateKeyEx(const Identification& id,
88 virtual void RemoveKeyEx(const Identification& id,
H A Dmock_homedir_methods.h25 void(const Identification& id,
29 void(const Identification& id,
33 void(const Identification& id,
38 void(const Identification& id,
44 void(const Identification& id,
49 void(const Identification& id,
H A Dcryptohome_parameters.h26 // Identification of the user calling cryptohome method.
27 struct CHROMEOS_EXPORT Identification { struct in namespace:cryptohome
28 explicit Identification(const std::string& user_id);
30 bool operator==(const Identification& other) const;
H A Dcryptohome_parameters.cc11 Identification::Identification(const std::string& user_id) : user_id(user_id) { function in class:cryptohome::Identification
14 bool Identification::operator==(const Identification& other) const {
H A Dhomedir_methods.cc95 void FillIdentificationProtobuf(const Identification& id,
179 virtual void GetKeyDataEx(const Identification& id,
198 virtual void CheckKeyEx(const Identification& id,
217 virtual void MountEx(const Identification& id,
246 virtual void AddKeyEx(const Identification& id,
269 virtual void RemoveKeyEx(const Identification& id,
290 virtual void UpdateKeyEx(const Identification& id,
H A Dhomedir_methods_unittest.cc154 Identification(kUserID),
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc89 cryptohome::Identification id(canonicalized);
191 cryptohome::Identification id(canonicalized);
213 cryptohome::Identification id(canonicalized);
234 cryptohome::Identification id(canonicalized);
258 cryptohome::Identification id(canonicalized);
280 cryptohome::Identification id(canonicalized);
H A Dcryptohome_authenticator.cc148 cryptohome::Identification(attempt->user_context.GetUserID()),
266 cryptohome::Identification(attempt->user_context.GetUserID()),
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_remove_keys_operation.cc52 cryptohome::Identification id(canonicalized);
H A Deasy_unlock_get_keys_operation.cc37 cryptohome::Identification id(canonicalized);
H A Deasy_unlock_create_keys_operation.cc363 cryptohome::Identification id(canonicalized);
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc279 cryptohome::Identification(user_context_.GetUserID()),
299 MountEx(cryptohome::Identification(user_context_.GetUserID()),
/external/libvorbis/doc/
H A D01-introduction.tex274 \paragraph{Identification Header}
H A D04-codec.tex44 \subsubsection{Identification header}

Completed in 1004 milliseconds