blob: 09a6856ab34745ada7156c6bfc9ebd5f88c962df [file] [log] [blame]
Nirmal Patel12a8ca82020-05-12 07:33:53 -07001description: >
2 Implement to provide security capability attributes.
3properties:
4 - name: MaxPassphraseCount
5 type: uint32
6 description: >
7 Maximum number of passphrases supported for this Memory.
8 - name: PassphraseCapable
9 type: boolean
10 description: >
11 Memory passphrase set capability.
12 - name: ConfigurationLockCapable
13 type: boolean
14 description: >
15 An indication of whether this memory supports the locking.
16 - name: DataLockCapable
17 type: boolean
18 description: >
19 An indication of whether this memory supports data locking.
20 - name: PassphraseLockLimit
21 type: uint32
22 description: >
23 The maximum number of incorrect passphrase attempts
Patrick Williams8da396c2022-03-14 14:21:02 -050024 allowed before memory is locked.