| rte_crypto_rsa_padding(3) | Library Functions Manual | rte_crypto_rsa_padding(3) |
rte_crypto_rsa_padding
#include <rte_crypto_asym.h>
enum rte_crypto_rsa_padding_type type
enum rte_crypto_auth_algorithm hash
enum rte_crypto_auth_algorithm mgf1hash
uint16_t pss_saltlen
rte_crypto_param oaep_label
RSA padding type
Definition at line 257 of file rte_crypto_asym.h.
RSA padding scheme to be used for transform
Definition at line 258 of file rte_crypto_asym.h.
RSA padding hash algorithm Valid hash algorithms are: MD5, SHA1, SHA224, SHA256, SHA384, SHA512
When a specific padding type is selected, the following rules apply:
Definition at line 260 of file rte_crypto_asym.h.
Hash algorithm to be used for mask generation if the padding scheme is either OAEP or PSS. If the padding scheme is unspecified a data hash algorithm is used for mask generation. Valid hash algorithms are: MD5, SHA1, SHA224, SHA256, SHA384, SHA512
Definition at line 285 of file rte_crypto_asym.h.
RSA PSS padding salt length
Used only when RTE_CRYPTO_RSA_PADDING_PSS padding is selected, otherwise ignored.
Definition at line 293 of file rte_crypto_asym.h.
RSA OAEP padding optional label
Used only when RTE_CRYPTO_RSA_PADDING_OAEP padding is selected, otherwise ignored. If label.data == NULL, a default label (empty string) is used.
Definition at line 300 of file rte_crypto_asym.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |