blob: 727c5a0446d93ca9b484b1c75a7c50da6f9c99bc [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: >
Patrick Williamsa1347412022-12-06 10:56:22 -060023 The maximum number of incorrect passphrase attempts allowed before
24 memory is locked.