HomeSort by relevance Sort by last modified time
    Searched refs:Identification (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chromeos/cryptohome/
homedir_methods.h 40 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,
mock_homedir_methods.h 25 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,
cryptohome_parameters.h 26 // Identification of the user calling cryptohome method.
27 struct CHROMEOS_EXPORT Identification {
28 explicit Identification(const std::string& user_id);
30 bool operator==(const Identification& other) const;
cryptohome_parameters.cc 11 Identification::Identification(const std::string& user_id) : user_id(user_id) {
14 bool Identification::operator==(const Identification& other) const {
homedir_methods.cc 94 // Fill identification protobuffer.
95 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,
homedir_methods_unittest.cc 154 Identification(kUserID),
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 89 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);
cryptohome_authenticator.cc 148 cryptohome::Identification(attempt->user_context.GetUserID()),
266 cryptohome::Identification(attempt->user_context.GetUserID()),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_remove_keys_operation.cc 52 cryptohome::Identification id(canonicalized);
easy_unlock_get_keys_operation.cc 37 cryptohome::Identification id(canonicalized);
easy_unlock_create_keys_operation.cc 363 cryptohome::Identification id(canonicalized);
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 279 cryptohome::Identification(user_context_.GetUserID()),
299 MountEx(cryptohome::Identification(user_context_.GetUserID()),
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 271 The header packets are, in order, the identification
274 \paragraph{Identification Header}
275 The identification header identifies the bitstream as Vorbis, Vorbis
04-codec.tex 20 packets are, in order, the identification header, the comments header,
36 Decode continues according to packet type; the identification header
40 identification, comment, setup.
44 \subsubsection{Identification header}
46 The identification header is a short header of only a few fields used
49 identification header is coded as follows:

Completed in 283 milliseconds