f-stack/dpdk/doc/guides/cryptodevs/features/null.ini

38 lines
626 B
INI
Raw Normal View History

;
; Supported features of the 'null' crypto driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Symmetric crypto = Y
Sym operation chaining = Y
2019-06-25 11:12:58 +00:00
In Place SGL = Y
;
; Supported crypto algorithms of the 'null' crypto driver.
;
[Cipher]
NULL = Y
;
; Supported authentication algorithms of the 'null' crypto driver.
;
[Auth]
NULL = Y
;
; Supported AEAD algorithms of the 'null' crypto driver.
;
[AEAD]
2019-06-26 10:17:41 +00:00
;
; Supported Asymmetric algorithms of the 'null' crypto driver.
;
2022-09-06 04:00:10 +00:00
[Asymmetric]
;
; Supported Operating systems of the 'null' crypto driver.
;
[OS]
Linux = Y
FreeBSD = Y