Go to the source code of this file.
|
void | crypto_auto_placement (void) |
|
clib_error_t * | create_sym_session (struct rte_cryptodev_sym_session **session, u32 sa_idx, crypto_resource_t *res, crypto_worker_main_t *cwm, u8 is_outbound) |
|
static_always_inline u32 | crypto_op_len (void) |
|
static_always_inline u32 | crypto_op_get_priv_offset (void) |
|
static_always_inline dpdk_op_priv_t * | crypto_op_get_priv (struct rte_crypto_op *op) |
|
static_always_inline clib_error_t * | crypto_get_session (struct rte_cryptodev_sym_session **session, u32 sa_idx, crypto_resource_t *res, crypto_worker_main_t *cwm, u8 is_outbound) |
|
static_always_inline u16 | get_resource (crypto_worker_main_t *cwm, ipsec_sa_t *sa) |
|
static_always_inline i32 | crypto_alloc_ops (u8 numa, struct rte_crypto_op **ops, u32 n) |
|
static_always_inline void | crypto_free_ops (u8 numa, struct rte_crypto_op **ops, u32 n) |
|
static_always_inline void | crypto_enqueue_ops (vlib_main_t *vm, crypto_worker_main_t *cwm, u8 outbound, u32 node_index, u32 error, u8 numa) |
|
static_always_inline void | crypto_set_icb (dpdk_gcm_cnt_blk *icb, u32 salt, u32 seq, u32 seq_hi) |
|
static_always_inline void | crypto_op_setup (u8 is_aead, struct rte_mbuf *mb0, struct rte_crypto_op *op, void *session, u32 cipher_off, u32 cipher_len, u32 auth_off, u32 auth_len, u8 *aad, u8 *digest, u64 digest_paddr) |
|
#define always_inline static inline |
#define foreach_dpdk_crypto_input_next |
Value: _(IP4_LOOKUP, "ip4-lookup") \
_(IP6_LOOKUP, "ip6-lookup") \
_(INTERFACE_OUTPUT, "interface-output") \
_(DECRYPT_POST, "dpdk-esp-decrypt-post")
Definition at line 33 of file ipsec.h.
#define MAX_QP_PER_LCORE 16 |
Enumerator |
---|
DPDK_CRYPTO_INPUT_N_NEXT |
|
Definition at line 40 of file ipsec.h.
void crypto_auto_placement |
( |
void |
| ) |
|
static_always_inline void crypto_op_setup |
( |
u8 |
is_aead, |
|
|
struct rte_mbuf * |
mb0, |
|
|
struct rte_crypto_op * |
op, |
|
|
void * |
session, |
|
|
u32 |
cipher_off, |
|
|
u32 |
cipher_len, |
|
|
u32 |
auth_off, |
|
|
u32 |
auth_len, |
|
|
u8 * |
aad, |
|
|
u8 * |
digest, |
|
|
u64 |
digest_paddr |
|
) |
| |
Initial value:=
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0 }
Definition at line 156 of file ipsec.h.