/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/guides/cryptodevs/features/virtio.ini
43 строки
804 B
Gowrishankar Muthukrishnan
crypto/virtio: support asymmetric RSA
06 мар 2025, 12:54
06 мар 2025, 12:54
1070213
Код
Авторство
О чём код?
; Supported features of the 'virtio' crypto driver. ; ; Refer to default.ini for the full list of available PMD features. ; [Features] Symmetric crypto = Y Asymmetric crypto = Y Sym operation chaining = Y OOP LB In LB Out = Y RSA PRIV OP KEY EXP = Y RSA PRIV OP KEY QT = Y ; ; 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] ; ; Supported Asymmetric algorithms of the 'virtio' crypto driver. ; [Asymmetric] RSA = Y ; ; Supported Operating systems of the 'virtio' crypto driver. ; [OS] Linux = Y FreeBSD = Y