Lines Matching full:override
38 ~TpmStateImpl() override = default;
41 TPM_RC Initialize() override;
42 bool IsOwnerPasswordSet() override;
43 bool IsEndorsementPasswordSet() override;
44 bool IsLockoutPasswordSet() override;
45 bool IsOwned() override;
46 bool IsInLockout() override;
47 bool IsPlatformHierarchyEnabled() override;
48 bool IsStorageHierarchyEnabled() override;
49 bool IsEndorsementHierarchyEnabled() override;
50 bool IsEnabled() override;
51 bool WasShutdownOrderly() override;
52 bool IsRSASupported() override;
53 bool IsECCSupported() override;
54 uint32_t GetLockoutCounter() override;
55 uint32_t GetLockoutThreshold() override;
56 uint32_t GetLockoutInterval() override;
57 uint32_t GetLockoutRecovery() override;
58 uint32_t GetMaxNVSize() override;
59 bool GetTpmProperty(TPM_PT property, uint32_t* value) override;
61 TPMA_ALGORITHM* properties) override;