Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/symmetric/sections/05-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ text. | domain
| performCounterTests| Indicates if the implementation can perform the Counter tests which check for an always increasing (or decreasing) counter value| boolean
| tweakLen | The domain of values allowed for ACVP-AES-FF1's tweak value. Allowed range is 0-128 bits mod 8. See <<property_grid_misc>> | domain
| capabilities | An array of objects that describes an IUT's capabilities as they pertain to ACVP-AES-FF1 and ACVP-AES-FF3-1. See <<property_grid_misc>> and <<property_grid_ff_capabilities>> | Array of Objects
| dataUnitLen | The length(s) of the ACVP-AES-XTS data unit supported by the IUT. It is assumed that all lengths listed by the dataUnitLen property are also valid payload lengths. As such, the values for the payloadLen property *MUST* include all dataUnitLen values. If the value of the dataUnitLenMatchesPayload property is false, the dataUnitLen property SHALL be present; if the value of the dataUnitLenMatchesPayload property is true, the dataUnitLen parameter SHALL not be present. | domain
| dataUnitLen | The length(s) of the ACVP-AES-XTS data unit supported by the IUT. Per the XTS standard, the following condition must be met: payloadLen % dataUnitLen >= 128 OR payloadLen % dataUnitLen == 0. If the value of the dataUnitLenMatchesPayload property is false, the dataUnitLen property SHALL be present; if the value of the dataUnitLenMatchesPayload property is true, the dataUnitLen parameter SHALL not be present. | domain
| dataUnitLenMatchesPayload | Whether or not the length of the data unit always matches the length of the payload in ACVP-AES-XTS | boolean
|===

Expand Down