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

  /external/libchrome/crypto/
scoped_test_nss_chromeos_user.cc 15 : username_hash_(username_hash), constructed_successfully_(false) {
26 CloseChromeOSUserForTesting(username_hash_);
31 if (!ShouldInitializeTPMForChromeOSUser(username_hash_))
33 WillInitializeTPMForChromeOSUser(username_hash_);
34 InitializePrivateSoftwareSlotForChromeOSUser(username_hash_);
scoped_test_nss_chromeos_user.h 26 std::string username_hash() const { return username_hash_; }
34 const std::string username_hash_; member in class:crypto::ScopedTestNSSChromeOSUser

Completed in 150 milliseconds