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

40 lines
695 B
INI
Raw Normal View History

2019-06-25 11:12:58 +00:00
; Supported features of the 'virtio' crypto driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Symmetric crypto = Y
Sym operation chaining = Y
2021-02-05 08:48:47 +00:00
OOP LB In LB Out = Y
2019-06-25 11:12:58 +00:00
;
; Supported crypto algorithms of the 'virtio' crypto driver.
;
[Cipher]
AES CBC (128) = Y
AES CBC (192) = Y
AES CBC (256) = Y
;
; Supported authentication algorithms of the 'virtio' crypto driver.
;
[Auth]
SHA1 HMAC = Y
;
; Supported AEAD algorithms of the 'virtio' crypto driver.
;
[AEAD]
2019-06-26 10:17:41 +00:00
;
; Supported Asymmetric algorithms of the 'virtio' crypto driver.
;
[Asymmetric]
2022-09-06 04:00:10 +00:00
;
; Supported Operating systems of the 'virtio' crypto driver.
;
[OS]
Linux = Y
FreeBSD = Y