Some wireless algos like SNOW, ZUC may support input data in bits which are not byte aligned. However, not all PMDs can support this requirement. Hence added a new feature flag RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA to identify which all PMDs can support non-byte aligned data. Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com> Acked-by: Anoob Joseph <anoobj@marvell.com>
32 lines
565 B
INI
32 lines
565 B
INI
;
|
|
; Supported features of the 'zuc' crypto driver.
|
|
;
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
;
|
|
[Features]
|
|
Symmetric crypto = Y
|
|
Sym operation chaining = Y
|
|
Symmetric sessionless = Y
|
|
Non-Byte aligned data = Y
|
|
|
|
;
|
|
; Supported crypto algorithms of the 'zuc' crypto driver.
|
|
;
|
|
[Cipher]
|
|
ZUC EEA3 = Y
|
|
;
|
|
; Supported authentication algorithms of the 'zuc' crypto driver.
|
|
;
|
|
[Auth]
|
|
ZUC EIA3 = Y
|
|
|
|
;
|
|
; Supported AEAD algorithms of the 'zuc' crypto driver.
|
|
;
|
|
[AEAD]
|
|
|
|
;
|
|
; Supported Asymmetric algorithms of the 'zuc' crypto driver.
|
|
;
|
|
[Asymmetric]
|