![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Include dependency graph for esp_decrypt.c:Go to the source code of this file.
Data Structures | |
| struct | esp_decrypt_trace_t |
Macros | |
| #define | foreach_esp_decrypt_next |
| #define | foreach_esp_decrypt_post_next |
| #define | foreach_esp_decrypt_error |
| #define | ESP_ENCRYPT_PD_F_FD_TRANSPORT (1 << 2) |
Enumerations | |
| enum | esp_decrypt_next_t { ESP_DECRYPT_N_NEXT, ESP_DECRYPT_N_NEXT } |
| enum | esp_decrypt_post_next_t { ESP_DECRYPT_POST_N_NEXT } |
| enum | esp_decrypt_error_t { ESP_DECRYPT_N_ERROR, ESP_DECRYPT_N_ERROR } |
Variables | |
| static char * | esp_decrypt_error_strings [] |
| vlib_node_registration_t | esp4_decrypt_node |
| (constructor) VLIB_REGISTER_NODE (esp4_decrypt_node) More... | |
| vlib_node_registration_t | esp4_decrypt_post_node |
| (constructor) VLIB_REGISTER_NODE (esp4_decrypt_post_node) More... | |
| vlib_node_registration_t | esp6_decrypt_node |
| (constructor) VLIB_REGISTER_NODE (esp6_decrypt_node) More... | |
| vlib_node_registration_t | esp6_decrypt_post_node |
| (constructor) VLIB_REGISTER_NODE (esp6_decrypt_post_node) More... | |
| vlib_node_registration_t | esp4_decrypt_tun_node |
| (constructor) VLIB_REGISTER_NODE (esp4_decrypt_tun_node) More... | |
| vlib_node_registration_t | esp4_decrypt_tun_post_node |
| (constructor) VLIB_REGISTER_NODE (esp4_decrypt_tun_post_node) More... | |
| vlib_node_registration_t | esp6_decrypt_tun_node |
| (constructor) VLIB_REGISTER_NODE (esp6_decrypt_tun_node) More... | |
| vlib_node_registration_t | esp6_decrypt_tun_post_node |
| (constructor) VLIB_REGISTER_NODE (esp6_decrypt_tun_post_node) More... | |
| #define ESP_ENCRYPT_PD_F_FD_TRANSPORT (1 << 2) |
Definition at line 115 of file esp_decrypt.c.
| #define foreach_esp_decrypt_error |
Definition at line 61 of file esp_decrypt.c.
| #define foreach_esp_decrypt_next |
Definition at line 30 of file esp_decrypt.c.
| #define foreach_esp_decrypt_post_next |
Definition at line 46 of file esp_decrypt.c.
| enum esp_decrypt_error_t |
| Enumerator | |
|---|---|
| ESP_DECRYPT_N_ERROR | |
| ESP_DECRYPT_N_ERROR | |
Definition at line 76 of file esp_decrypt.c.
| enum esp_decrypt_next_t |
| Enumerator | |
|---|---|
| ESP_DECRYPT_N_NEXT | |
| ESP_DECRYPT_N_NEXT | |
Definition at line 39 of file esp_decrypt.c.
| Enumerator | |
|---|---|
| ESP_DECRYPT_POST_N_NEXT | |
Definition at line 54 of file esp_decrypt.c.
| VLIB_NODE_FN() esp4_decrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_decrypt_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_decrypt_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_decrypt_tun_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_decrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_decrypt_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_decrypt_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_decrypt_tun_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| static_always_inline u32 esp_decrypt_chain_crypto | ( | vlib_main_t * | vm, |
| ipsec_per_thread_data_t * | ptd, | ||
| esp_decrypt_packet_data_t * | pd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| ipsec_sa_t * | sa0, | ||
| vlib_buffer_t * | b, | ||
| u8 | icv_sz, | ||
| u8 * | start, | ||
| u32 | start_len, | ||
| u8 ** | tag, | ||
| u16 * | n_ch | ||
| ) |
Definition at line 406 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline int esp_decrypt_chain_integ | ( | vlib_main_t * | vm, |
| ipsec_per_thread_data_t * | ptd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| ipsec_sa_t * | sa0, | ||
| vlib_buffer_t * | b, | ||
| u8 | icv_sz, | ||
| u8 * | start_src, | ||
| u32 | start_len, | ||
| u8 ** | digest, | ||
| u16 * | n_ch, | ||
| u32 * | integ_total_len | ||
| ) |
Definition at line 310 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
inlinestatic |
Definition at line 1014 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void esp_decrypt_post_crypto | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| esp_decrypt_packet_data_t * | pd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| vlib_buffer_t * | b, | ||
| u16 * | next, | ||
| int | is_ip6, | ||
| int | is_tun, | ||
| int | is_async | ||
| ) |
Definition at line 745 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1337 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline esp_decrypt_error_t esp_decrypt_prepare_async_frame | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| ipsec_per_thread_data_t * | ptd, | ||
| vnet_crypto_async_frame_t * | f, | ||
| ipsec_sa_t * | sa0, | ||
| u8 * | payload, | ||
| u16 | len, | ||
| u8 | icv_sz, | ||
| u8 | iv_sz, | ||
| esp_decrypt_packet_data_t * | pd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| u32 | bi, | ||
| vlib_buffer_t * | b, | ||
| u16 * | next, | ||
| u16 | async_next | ||
| ) |
Definition at line 611 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void esp_decrypt_prepare_sync_op | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| ipsec_per_thread_data_t * | ptd, | ||
| vnet_crypto_op_t *** | crypto_ops, | ||
| vnet_crypto_op_t *** | integ_ops, | ||
| vnet_crypto_op_t * | op, | ||
| ipsec_sa_t * | sa0, | ||
| u8 * | payload, | ||
| u16 | len, | ||
| u8 | icv_sz, | ||
| u8 | iv_sz, | ||
| esp_decrypt_packet_data_t * | pd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| vlib_buffer_t * | b, | ||
| u16 * | next, | ||
| u32 | index | ||
| ) |
Definition at line 479 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline i16 esp_insert_esn | ( | vlib_main_t * | vm, |
| ipsec_sa_t * | sa, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| u32 * | data_len, | ||
| u8 ** | digest, | ||
| u16 * | len, | ||
| vlib_buffer_t * | b, | ||
| u8 * | payload | ||
| ) |
Definition at line 239 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline u8* esp_move_icv | ( | vlib_main_t * | vm, |
| vlib_buffer_t * | first, | ||
| esp_decrypt_packet_data_t * | pd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| u16 | icv_sz, | ||
| u16 * | dif | ||
| ) |
Definition at line 206 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline u8* esp_move_icv_esn | ( | vlib_main_t * | vm, |
| vlib_buffer_t * | first, | ||
| esp_decrypt_packet_data_t * | pd, | ||
| esp_decrypt_packet_data2_t * | pd2, | ||
| u16 | icv_sz, | ||
| ipsec_sa_t * | sa, | ||
| u8 * | extra_esn, | ||
| u32 * | len | ||
| ) |
Definition at line 275 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void esp_process_chained_ops | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vnet_crypto_op_t * | ops, | ||
| vlib_buffer_t * | b[], | ||
| u16 * | nexts, | ||
| vnet_crypto_op_chunk_t * | chunks, | ||
| int | e | ||
| ) |
Definition at line 149 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void esp_process_ops | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vnet_crypto_op_t * | ops, | ||
| vlib_buffer_t * | b[], | ||
| u16 * | nexts, | ||
| int | e | ||
| ) |
Definition at line 118 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 181 of file esp_decrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| vlib_node_registration_t esp4_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_node)
Definition at line 1459 of file esp_decrypt.c.
| vlib_node_registration_t esp4_decrypt_post_node |
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_post_node)
Definition at line 1479 of file esp_decrypt.c.
| vlib_node_registration_t esp4_decrypt_tun_node |
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_tun_node)
Definition at line 1523 of file esp_decrypt.c.
| vlib_node_registration_t esp4_decrypt_tun_post_node |
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_tun_post_node)
Definition at line 1541 of file esp_decrypt.c.
| vlib_node_registration_t esp6_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_node)
Definition at line 1491 of file esp_decrypt.c.
| vlib_node_registration_t esp6_decrypt_post_node |
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_post_node)
Definition at line 1511 of file esp_decrypt.c.
| vlib_node_registration_t esp6_decrypt_tun_node |
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_tun_node)
Definition at line 1553 of file esp_decrypt.c.
| vlib_node_registration_t esp6_decrypt_tun_post_node |
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_tun_post_node)
Definition at line 1571 of file esp_decrypt.c.
|
static |
Definition at line 84 of file esp_decrypt.c.