DPDK
19.11.14
|
#include <string.h>
#include <stdint.h>
#include <rte_memory.h>
#include <rte_mempool.h>
#include <rte_common.h>
#include "rte_crypto_sym.h"
Go to the source code of this file.
Data Structures | |
struct | rte_crypto_rsa_priv_key_qt |
struct | rte_crypto_rsa_xform |
struct | rte_crypto_modex_xform |
struct | rte_crypto_modinv_xform |
struct | rte_crypto_dh_xform |
struct | rte_crypto_dsa_xform |
struct | rte_crypto_mod_op_param |
struct | rte_crypto_asym_xform |
struct | rte_crypto_rsa_op_param |
struct | rte_crypto_dh_op_param |
struct | rte_crypto_dsa_op_param |
struct | rte_crypto_asym_op |
Variables | |
const char * | rte_crypto_asym_xform_strings [] |
const char * | rte_crypto_asym_op_strings [] |
RTE Definitions for Asymmetric Cryptography
Defines asymmetric algorithms and modes, as well as supported asymmetric crypto operations.
Definition in file rte_crypto_asym.h.
Asymmetric crypto transformation types. Each xform type maps to one asymmetric algorithm performing specific operation
Definition at line 53 of file rte_crypto_asym.h.
Asymmetric crypto operation type variants
Definition at line 91 of file rte_crypto_asym.h.
Padding types for RSA signature.
Definition at line 112 of file rte_crypto_asym.h.
RSA private key type enumeration
enumerates private key format required to perform RSA crypto transform.
Enumerator | |
---|---|
RTE_RSA_KEY_TYPE_EXP | RSA private key is an exponent |
RTE_RSA_KEY_TYPE_QT | RSA private key is in quintuple format See rte_crypto_rsa_priv_key_qt |
RTE_RSA_KET_TYPE_QT | Backward-compatible definition of old name |
Definition at line 133 of file rte_crypto_asym.h.
const char* rte_crypto_asym_xform_strings[] |
asym xform type name strings
const char* rte_crypto_asym_op_strings[] |
asym operations type name strings