HomeSort by relevance Sort by last modified time
    Searched defs:user_hash (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
profile.h 67 std::string user_hash; member in struct:shill::Profile::Identifier
198 // Returns the user_hash component of the profile identifier.
199 const std::string& GetUserHash() const { return name_.user_hash; }
  /system/tpm/attestation/server/
attestation_service.cc 867 std::string user_hash = crypto::SHA256HashString(user); local
879 if (record.user_hash() == user_hash) {
900 new_record->set_user_hash(user_hash);

Completed in 4189 milliseconds