DPDK
19.11.14
|
#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 |
enum rte_crypto_rsa_padding_type | pad |
enum rte_crypto_auth_algorithm | md |
enum rte_crypto_auth_algorithm | mgf1md |
RSA operation params
Definition at line 386 of file rte_crypto_asym.h.
enum rte_crypto_asym_op_type op_type |
Type of RSA operation for transform
Definition at line 387 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 390 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 408 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 423 of file rte_crypto_asym.h.
enum rte_crypto_rsa_padding_type pad |
RSA padding scheme to be used for transform
Definition at line 438 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 441 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 448 of file rte_crypto_asym.h.