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

  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 127 virtual bool TpmGetPassword(std::string* password) = 0;
148 // the TpmGetPassword because it's getting the PKCS#11 user PIN and
mock_cryptohome_library.h 79 MOCK_METHOD1(TpmGetPassword, bool(std::string* password));
cryptohome_library.cc 149 bool TpmGetPassword(std::string* password) {
375 bool TpmGetPassword(std::string* password) {
  /external/chromium/chrome/browser/chromeos/login/
eula_view.cc 234 password_acquired = cryptohome->TpmGetPassword(password_);

Completed in 76 milliseconds