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

  /system/tpm/trunks/
tpm_utility_impl.cc 74 TpmUtilityImpl::TpmUtilityImpl(const TrunksFactory& factory)
79 TpmUtilityImpl::~TpmUtilityImpl() {
82 TPM_RC TpmUtilityImpl::Startup() {
99 TPM_RC TpmUtilityImpl::Clear() {
126 void TpmUtilityImpl::Shutdown() {
134 TPM_RC TpmUtilityImpl::InitializeTpm() {
182 TPM_RC TpmUtilityImpl::AllocatePCR(const std::string& platform_password) {
248 TPM_RC TpmUtilityImpl::TakeOwnership(const std::string& owner_password
    [all...]
tpm_utility_impl.h 37 class TRUNKS_EXPORT TpmUtilityImpl : public TpmUtility {
39 explicit TpmUtilityImpl(const TrunksFactory& factory);
40 ~TpmUtilityImpl() override;
201 DISALLOW_COPY_AND_ASSIGN(TpmUtilityImpl);
trunks_factory_impl.cc 70 return scoped_ptr<TpmUtility>(new TpmUtilityImpl(*this));
tpm_utility_test.cc 147 TpmUtilityImpl utility_;
    [all...]

Completed in 257 milliseconds