Home
last modified time | relevance | path

Searched refs:permanent_flags_ (Results 1 – 2 of 2) sorted by relevance

/system/tpm/trunks/
Dtpm_state_impl.cc49 permanent_flags_(0), in TpmStateImpl()
58 TPM_RC result = GetTpmProperty(TPM_PT_PERMANENT, &permanent_flags_); in Initialize()
135 return ((permanent_flags_ & kOwnerAuthSetMask) == kOwnerAuthSetMask); in IsOwnerPasswordSet()
140 return ((permanent_flags_ & kEndorsementAuthSetMask) == in IsEndorsementPasswordSet()
146 return ((permanent_flags_ & kLockoutAuthSetMask) == kLockoutAuthSetMask); in IsLockoutPasswordSet()
157 return ((permanent_flags_ & kInLockoutMask) == kInLockoutMask); in IsInLockout()
Dtpm_state_impl.h64 TPMA_PERMANENT permanent_flags_; variable