Searched refs:kTpmDevice (Results 1 – 1 of 1) sorted by relevance
28 const char kTpmDevice[] = "/dev/tpm0"; variable41 PLOG(ERROR) << "TPM: couldn't close " << kTpmDevice; in ~TpmHandle()43 LOG(INFO) << "TPM: " << kTpmDevice << " closed successfully"; in ~TpmHandle()51 fd_ = HANDLE_EINTR(open(kTpmDevice, O_RDWR)); in Init()53 PLOG(ERROR) << "TPM: Error opening tpm0 file descriptor at " << kTpmDevice; in Init()56 LOG(INFO) << "TPM: " << kTpmDevice << " opened successfully"; in Init()