f-stack/dpdk/doc/guides/cryptodevs/overview.rst

77 lines
2.4 KiB
ReStructuredText
Raw Normal View History

2019-06-25 11:12:58 +00:00
.. SPDX-License-Identifier: BSD-3-Clause
Copyright(c) 2016-2017 Intel Corporation.
2017-04-21 10:43:26 +00:00
Crypto Device Supported Functionality Matrices
==============================================
2017-04-21 10:43:26 +00:00
Supported Feature Flags
-----------------------
2017-04-21 10:43:26 +00:00
.. _table_crypto_pmd_features:
2017-04-21 10:43:26 +00:00
.. include:: overview_feature_table.txt
2017-04-21 10:43:26 +00:00
2019-06-25 11:12:58 +00:00
.. Note::
- "In Place SGL" feature flag stands for "In place Scatter-gather list",
which means that an input buffer can consist of multiple segments,
being the operation in-place (input address = output address).
- "OOP SGL In SGL Out" feature flag stands for
2019-06-26 10:17:41 +00:00
"Out-of-place Scatter-gather list Input, Scatter-gather list Output",
2022-09-02 07:34:10 +00:00
which means PMD supports different scatter-gather styled input and output buffers
2019-06-25 11:12:58 +00:00
(i.e. both can consists of multiple segments).
- "OOP SGL In LB Out" feature flag stands for
"Out-of-place Scatter-gather list Input, Linear Buffers Output",
which means PMD supports input from scatter-gathered styled buffers,
outputting linear buffers (i.e. single segment).
- "OOP LB In SGL Out" feature flag stands for
"Out-of-place Linear Buffers Input, Scatter-gather list Output",
which means PMD supports input from linear buffer, outputting
scatter-gathered styled buffers.
- "OOP LB In LB Out" feature flag stands for
"Out-of-place Linear Buffers Input, Linear Buffers Output",
which means that Out-of-place operation is supported,
with linear input and output buffers.
2020-06-18 16:55:50 +00:00
- "RSA PRIV OP KEY EXP" feature flag means PMD support RSA private key
operation (Sign and Decrypt) using exponent key type only.
- "RSA PRIV OP KEY QT" feature flag means PMD support RSA private key
operation (Sign and Decrypt) using quintuple (crt) type key only.
- "Digest encrypted" feature flag means PMD support hash-cipher cases,
where generated digest is appended to and encrypted with the data.
2019-06-25 11:12:58 +00:00
2017-04-21 10:43:26 +00:00
Supported Cipher Algorithms
---------------------------
2017-04-21 10:43:26 +00:00
.. _table_crypto_pmd_cipher_algos:
2017-04-21 10:43:26 +00:00
.. include:: overview_cipher_table.txt
2017-04-21 10:43:26 +00:00
Supported Authentication Algorithms
-----------------------------------
2017-04-21 10:43:26 +00:00
.. _table_crypto_pmd_auth_algos:
.. include:: overview_auth_table.txt
2017-04-21 10:43:26 +00:00
Supported AEAD Algorithms
-------------------------
2017-04-21 10:43:26 +00:00
.. _table_crypto_pmd_aead_algos:
2017-04-21 10:43:26 +00:00
.. include:: overview_aead_table.txt
2019-06-26 10:17:41 +00:00
Supported Asymmetric Algorithms
-------------------------------
.. _table_crypto_pmd_asym_algos:
.. include:: overview_asym_table.txt