![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for esp_encrypt.c:Go to the source code of this file.
Data Structures | |
| struct | esp_encrypt_trace_t |
| struct | esp_encrypt_post_trace_t |
| struct | esp_no_crypto_trace_t |
Macros | |
| #define | foreach_esp_encrypt_next |
| #define | foreach_esp_encrypt_error |
Enumerations | |
| enum | esp_encrypt_next_t { ESP_ENCRYPT_N_NEXT, ESP_ENCRYPT_N_NEXT } |
| enum | esp_encrypt_error_t { ESP_ENCRYPT_N_ERROR, ESP_ENCRYPT_N_ERROR } |
| enum | { ESP_NO_CRYPTO_NEXT_DROP, ESP_NO_CRYPTO_N_NEXT } |
| enum | { ESP_NO_CRYPTO_ERROR_RX_PKTS } |
Variables | |
| static char * | esp_encrypt_error_strings [] |
| vlib_node_registration_t | esp4_encrypt_node |
| (constructor) VLIB_REGISTER_NODE (esp4_encrypt_node) More... | |
| vlib_node_registration_t | esp4_encrypt_post_node |
| (constructor) VLIB_REGISTER_NODE (esp4_encrypt_post_node) More... | |
| vlib_node_registration_t | esp6_encrypt_node |
| (constructor) VLIB_REGISTER_NODE (esp6_encrypt_node) More... | |
| vlib_node_registration_t | esp6_encrypt_post_node |
| (constructor) VLIB_REGISTER_NODE (esp6_encrypt_post_node) More... | |
| vlib_node_registration_t | esp4_encrypt_tun_node |
| (constructor) VLIB_REGISTER_NODE (esp4_encrypt_tun_node) More... | |
| vlib_node_registration_t | esp4_encrypt_tun_post_node |
| (constructor) VLIB_REGISTER_NODE (esp4_encrypt_tun_post_node) More... | |
| vlib_node_registration_t | esp6_encrypt_tun_node |
| (constructor) VLIB_REGISTER_NODE (esp6_encrypt_tun_node) More... | |
| vlib_node_registration_t | esp6_encrypt_tun_post_node |
| (constructor) VLIB_REGISTER_NODE (esp6_encrypt_tun_post_node) More... | |
| static char * | esp_no_crypto_error_strings [] |
| vlib_node_registration_t | esp4_no_crypto_tun_node |
| (constructor) VLIB_REGISTER_NODE (esp4_no_crypto_tun_node) More... | |
| vlib_node_registration_t | esp6_no_crypto_tun_node |
| (constructor) VLIB_REGISTER_NODE (esp6_no_crypto_tun_node) More... | |
| #define foreach_esp_encrypt_error |
Definition at line 44 of file esp_encrypt.c.
| #define foreach_esp_encrypt_next |
Definition at line 29 of file esp_encrypt.c.
| anonymous enum |
| Enumerator | |
|---|---|
| ESP_NO_CRYPTO_NEXT_DROP | |
| ESP_NO_CRYPTO_N_NEXT | |
Definition at line 1300 of file esp_encrypt.c.
| anonymous enum |
| Enumerator | |
|---|---|
| ESP_NO_CRYPTO_ERROR_RX_PKTS | |
Definition at line 1306 of file esp_encrypt.c.
| enum esp_encrypt_error_t |
| Enumerator | |
|---|---|
| ESP_ENCRYPT_N_ERROR | |
| ESP_ENCRYPT_N_ERROR | |
Definition at line 52 of file esp_encrypt.c.
| enum esp_encrypt_next_t |
| Enumerator | |
|---|---|
| ESP_ENCRYPT_N_NEXT | |
| ESP_ENCRYPT_N_NEXT | |
Definition at line 37 of file esp_encrypt.c.
| VLIB_NODE_FN() esp4_encrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_encrypt_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_encrypt_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_encrypt_tun_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp4_no_crypto_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_encrypt_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_encrypt_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_encrypt_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_encrypt_tun_post_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| VLIB_NODE_FN() esp6_no_crypto_tun_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
| static_always_inline u8* esp_add_footer_and_icv | ( | vlib_main_t * | vm, |
| vlib_buffer_t ** | last, | ||
| u8 | esp_align, | ||
| u8 | icv_sz, | ||
| u16 * | next, | ||
| vlib_node_runtime_t * | node, | ||
| u16 | buffer_data_size, | ||
| uword | total_len | ||
| ) |
Definition at line 113 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline u32 esp_encrypt_chain_crypto | ( | vlib_main_t * | vm, |
| ipsec_per_thread_data_t * | ptd, | ||
| ipsec_sa_t * | sa0, | ||
| vlib_buffer_t * | b, | ||
| vlib_buffer_t * | lb, | ||
| u8 | icv_sz, | ||
| u8 * | start, | ||
| u32 | start_len, | ||
| u16 * | n_ch | ||
| ) |
Definition at line 302 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline u32 esp_encrypt_chain_integ | ( | vlib_main_t * | vm, |
| ipsec_per_thread_data_t * | ptd, | ||
| ipsec_sa_t * | sa0, | ||
| vlib_buffer_t * | b, | ||
| vlib_buffer_t * | lb, | ||
| u8 | icv_sz, | ||
| u8 * | start, | ||
| u32 | start_len, | ||
| u8 * | digest, | ||
| u16 * | n_ch | ||
| ) |
Definition at line 339 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 558 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1010 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void esp_fill_udp_hdr | ( | ipsec_sa_t * | sa, |
| udp_header_t * | udp, | ||
| u16 | len | ||
| ) |
| static_always_inline u8 esp_get_ip6_hdr_len | ( | ip6_header_t * | ip6, |
| ip6_ext_header_t ** | ext_hdr | ||
| ) |
Definition at line 209 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1316 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline int esp_prepare_async_frame | ( | vlib_main_t * | vm, |
| ipsec_per_thread_data_t * | ptd, | ||
| vnet_crypto_async_frame_t ** | async_frame, | ||
| ipsec_sa_t * | sa, | ||
| vlib_buffer_t * | b, | ||
| esp_header_t * | esp, | ||
| u8 * | payload, | ||
| u32 | payload_len, | ||
| u8 | iv_sz, | ||
| u8 | icv_sz, | ||
| u32 | bi, | ||
| u16 | next, | ||
| u32 | hdr_len, | ||
| u16 | async_next, | ||
| vlib_buffer_t * | lb | ||
| ) |
Definition at line 473 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 385 of file esp_encrypt.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, | ||
| u16 | drop_next | ||
| ) |
Definition at line 237 of file esp_encrypt.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, | ||
| u16 | drop_next | ||
| ) |
Definition at line 266 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline void esp_update_ip4_hdr | ( | ip4_header_t * | ip4, |
| u16 | len, | ||
| int | is_transport, | ||
| int | is_udp | ||
| ) |
Definition at line 158 of file esp_encrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline u8 ext_hdr_is_pre_esp | ( | u8 | nexthdr | ) |
Definition at line 1289 of file esp_encrypt.c.
Definition at line 101 of file esp_encrypt.c.
| STATIC_ASSERT_SIZEOF | ( | esp_gcm_nonce_t | , |
| 12 | |||
| ) |
| vlib_node_registration_t esp4_encrypt_node |
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_node)
Definition at line 1104 of file esp_encrypt.c.
| vlib_node_registration_t esp4_encrypt_post_node |
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_post_node)
Definition at line 1132 of file esp_encrypt.c.
| vlib_node_registration_t esp4_encrypt_tun_node |
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_tun_node)
Definition at line 1194 of file esp_encrypt.c.
| vlib_node_registration_t esp4_encrypt_tun_post_node |
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_tun_post_node)
Definition at line 1221 of file esp_encrypt.c.
| vlib_node_registration_t esp4_no_crypto_tun_node |
(constructor) VLIB_REGISTER_NODE (esp4_no_crypto_tun_node)
Definition at line 1362 of file esp_encrypt.c.
| vlib_node_registration_t esp6_encrypt_node |
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_node)
Definition at line 1153 of file esp_encrypt.c.
| vlib_node_registration_t esp6_encrypt_post_node |
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_post_node)
Definition at line 1173 of file esp_encrypt.c.
| vlib_node_registration_t esp6_encrypt_tun_node |
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_tun_node)
Definition at line 1242 of file esp_encrypt.c.
| vlib_node_registration_t esp6_encrypt_tun_post_node |
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_tun_post_node)
Definition at line 1271 of file esp_encrypt.c.
| vlib_node_registration_t esp6_no_crypto_tun_node |
(constructor) VLIB_REGISTER_NODE (esp6_no_crypto_tun_node)
Definition at line 1383 of file esp_encrypt.c.
|
static |
Definition at line 60 of file esp_encrypt.c.
|
static |
Definition at line 1311 of file esp_encrypt.c.