| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | tun_null_header_reconstruct.py | 147 self.assertEqual(pkt[ESP].spi, 6) 156 self.assertEqual(pkt[ESP].spi, 8) 165 self.assertEqual(pkt[ESP].spi, 10) 174 self.assertEqual(pkt[ESP].spi, 12) 184 self.assertEqual(resp[ESP].spi, 5) 191 self.assertEqual(resp[ESP].spi, 5) 198 self.assertEqual(resp[ESP].spi, 5) 212 self.assertEqual(resp[ESP].spi, 7) 219 self.assertEqual(resp[ESP].spi, 7) 379 self.assertEqual(resp[ESP].spi, 5) [all …]
|
| H A D | trs_ipv6opts.py | 41 esp = pkt[ESP] 48 pkt[ESP].underlayer.nh = d[IPv6].nh 49 pkt[ESP].underlayer.remove_payload() 61 self.outb_sa = SecurityAssociation(ESP, spi=5) 62 self.inb_sa = SecurityAssociation(ESP, spi=6) 71 self.assertEqual(resp[ESP].spi, 5) 105 self.assertEqual(resp[ESP].spi, 5)
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 12 (ESP and AH), IKE protocol(s) implementation is out of scope 24 * for inbound ESP/AH packets perform decryption, authentication, integrity checking, remove ESP/AH… 25 * for outbound packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH h… 72 - remove ESP header and trailer, padding, IV and ICV data 79 - add ESP header and trailer, padding and IV data 104 - remove ESP header and trailer, padding, IV and ICV data 111 - add ESP header and trailer, padding and IV data 310 * ESP protocol tunnel mode both IPv4/IPv6. 312 * ESP protocol transport mode both IPv4/IPv6.
|
| H A D | rte_security.rst | 53 ESP/AH headers will remain in the packet but the received packet 89 | | ESP | | <------ Add ESP header without trailer to packet 124 ESP/AH headers will be removed from the packet and the received packet 185 | HW ACCELERATED | <------ Add tunnel, ESP header etc header to 204 E.g. in case of IPsec, IPsec tunnel headers (if any), ESP/AH headers 248 | | | \---/ | | <--- Add tunnel, ESP header etc 371 { /* IPsec Lookaside Protocol offload ESP Tunnel Egress */ 382 { /* IPsec Lookaside Protocol offload ESP Tunnel Ingress */ 707 To add a new inline SA construct a rte_flow_item for Ethernet + IP + ESP 715 | Eth | -> | IP4/6 | -> | ESP | -> | END | [all …]
|
| H A D | rte_flow.rst | 1140 Item: ``ESP`` 1143 Matches an ESP header. 1145 - ``hdr``: ESP header definition (``rte_esp.h``). 1977 ``rte_security_session``. The SA is identified according to the IP and ESP 1991 | 2 | ESP |
|
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.c | 209 MOVrd(ESP, EBP); in bpf_jit_compile() 212 SUBib(BPF_MEMWORDS * sizeof(uint32_t), ESP); in bpf_jit_compile() 311 MOVrd(ESP, ECX); in bpf_jit_compile() 320 MOVrd(ESP, ECX); in bpf_jit_compile()
|
| H A D | bpf_jit_machdep.h | 46 #define ESP 4 macro
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ixgbe.rst | 259 mode for ESP packets only: 261 - ESP authentication only: AES-128-GMAC (128-bit key) 262 - ESP encryption and authentication: AES-128-GCM (128-bit key)
|
| H A D | i40e.rst | 488 Current implementation supports GTP-C/GTP-U/PPPoE/PPPoL2TP/ESP, 497 ESP-AH package is released, and it can be downloaded from
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | octeontx2.rst | 176 * ESP
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 63 #define ESP 4 macro
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 34 In case of complete protocol offload, the processing of headers(ESP and outer 47 * Classify packets between IPv4 and ESP. 48 * Perform Inbound SA lookup for ESP packets based on their SPI. 50 * Remove ESP and outer IP header (Not needed in case of protocol offload). 60 * Add ESP and outer IP header (Not needed in case protocol offload).
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 852 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr, ESP); in iavf_fdir_parse_pattern() 857 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, ESP, SPI); in iavf_fdir_parse_pattern()
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 104 [ESP] (@ref rte_esp.h),
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 129 * Added support for ESP-AH profiles which can be programmed by the 166 Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd
|
| H A D | release_19_02.rst | 155 Added an experimental library ``librte_ipsec`` to provide ESP tunnel and
|
| H A D | release_20_08.rst | 162 * Added RSS support for GTPU, L2TP, ESP, AH, PFCP and PPPoE.
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 5428 UINT32 ESP; member 5585 UINT32 ESP; member
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 70 MK_FLOW_ITEM(ESP, sizeof(struct rte_flow_item_esp)),
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4788 Sample ESP rules 4791 ESP rules can be created by the following commands::
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 3123 .priv = PRIV_ITEM(ESP, sizeof(struct rte_flow_item_esp)),
|