HomeSort by relevance Sort by last modified time
    Searched full:username_hash (Results 1 - 4 of 4) sorted by null

  /external/libchrome/crypto/
scoped_test_nss_chromeos_user.cc 14 const std::string& username_hash)
15 : username_hash_(username_hash), constructed_successfully_(false) {
21 InitializeNSSForChromeOSUser(username_hash, temp_dir_.GetPath());
nss_util_internal.h 69 const std::string& username_hash,
77 const std::string& username_hash) WARN_UNUSED_RESULT;
83 const std::string& username_hash);
88 const std::string& username_hash,
94 const std::string& username_hash);
98 const std::string& username_hash) WARN_UNUSED_RESULT;
100 // Returns the private slot for |username_hash| if it is loaded. If it is not
104 const std::string& username_hash,
107 // Closes the NSS DB for |username_hash| that was previously opened by the
110 const std::string& username_hash);
    [all...]
nss_util.cc 479 bool InitializeNSSForChromeOSUser(const std::string& username_hash,
482 if (chromeos_user_map_.find(username_hash) != chromeos_user_map_.end()) {
484 DVLOG(2) << username_hash << " already initialized.";
490 "%s %s", kUserNSSDatabaseName, username_hash.c_str());
492 chromeos_user_map_[username_hash] =
497 bool ShouldInitializeTPMForChromeOSUser(const std::string& username_hash) {
499 DCHECK(chromeos_user_map_.find(username_hash) != chromeos_user_map_.end());
501 return !chromeos_user_map_[username_hash]
505 void WillInitializeTPMForChromeOSUser(const std::string& username_hash) {
507 DCHECK(chromeos_user_map_.find(username_hash) != chromeos_user_map_.end())
    [all...]
scoped_test_nss_chromeos_user.h 17 // user with |username_hash|. This database will be used for both the user's
23 explicit ScopedTestNSSChromeOSUser(const std::string& username_hash);
26 std::string username_hash() const { return username_hash_; } function in class:crypto::ScopedTestNSSChromeOSUser

Completed in 516 milliseconds