DPDK 22.11.5
|
#include <rte_crypto_asym.h>
Data Fields | |
enum rte_crypto_asym_op_type | op_type |
rte_crypto_param | message |
rte_crypto_param | cipher |
rte_crypto_param | sign |
struct rte_crypto_rsa_padding | padding |
RSA operation params
Definition at line 400 of file rte_crypto_asym.h.
enum rte_crypto_asym_op_type op_type |
Type of RSA operation for transform
Definition at line 401 of file rte_crypto_asym.h.
rte_crypto_param message |
Pointer to input data
Pointer to output data
Definition at line 404 of file rte_crypto_asym.h.
rte_crypto_param cipher |
Pointer to input data
Pointer to output data
When RTE_CRYPTO_RSA_PADDING_NONE and RTE_CRYPTO_ASYM_OP_VERIFY selected, this is an output of decrypted signature.
Definition at line 420 of file rte_crypto_asym.h.
rte_crypto_param sign |
Pointer to input data
Pointer to output data
Definition at line 436 of file rte_crypto_asym.h.
struct rte_crypto_rsa_padding padding |
RSA padding information
Definition at line 449 of file rte_crypto_asym.h.