DPDK
20.11.10
|
#include <rte_crypto_asym.h>
RSA operation params
Definition at line 438 of file rte_crypto_asym.h.
enum rte_crypto_asym_op_type op_type |
Type of RSA operation for transform
Definition at line 439 of file rte_crypto_asym.h.
rte_crypto_param message |
Pointer to input data
Pointer to output data
All data is in Octet-string network byte order format.
Definition at line 442 of file rte_crypto_asym.h.
rte_crypto_param cipher |
Pointer to input data
Pointer to output data
All data is in Octet-string network byte order format.
Definition at line 460 of file rte_crypto_asym.h.
rte_crypto_param sign |
Pointer to input data
Pointer to output data
All data is in Octet-string network byte order format.
Definition at line 475 of file rte_crypto_asym.h.
enum rte_crypto_rsa_padding_type pad |
RSA padding scheme to be used for transform
Definition at line 490 of file rte_crypto_asym.h.
enum rte_crypto_auth_algorithm md |
Hash algorithm to be used for data hash if padding scheme is either OAEP or PSS. Valid hash algorithms are: MD5, SHA1, SHA224, SHA256, SHA384, SHA512
Definition at line 493 of file rte_crypto_asym.h.
enum rte_crypto_auth_algorithm mgf1md |
Hash algorithm to be used for mask generation if padding scheme is either OAEP or PSS. If padding scheme is unspecified data hash algorithm is used for mask generation. Valid hash algorithms are: MD5, SHA1, SHA224, SHA256, SHA384, SHA512
Definition at line 500 of file rte_crypto_asym.h.