| /dpdk/examples/pipeline/examples/ |
| H A D | ipsec_sa.txt | 7 // : encrypt <crypto_params> <encap_params> 39 encrypt cipher null auth null esp spi 100 tunnel ipv4 srcaddr 0xa0a1a2a3 dstaddr 0xb0b1b2b3 40 encrypt cipher null auth null esp spi 100 tunnel ipv6 srcaddr 0xa0a1a2a3a4a5a6a7a8a9aaabacadaeaf ds… 41 encrypt cipher null auth null esp spi 100 transport 49 encrypt aead aes-gcm-128 key 0x000102030405060708090a0b0c0d0e0f10111213 esp spi 100 tunnel ipv4 src… 50 encrypt aead aes-gcm-128 key 0x000102030405060708090a0b0c0d0e0f10111213 esp spi 100 tunnel ipv6 src… 51 encrypt aead aes-gcm-128 key 0x000102030405060708090a0b0c0d0e0f10111213 esp spi 100 transport 59 encrypt aead aes-gcm-192 key 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b esp spi 100… 60 encrypt aead aes-gcm-192 key 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b esp spi 100… 61 encrypt aead aes-gcm-192 key 0x000102030405060708090a0b0c0d0e0f101112131415161718191a1b esp spi 100… [all …]
|
| H A D | ipsec.spec | 65 action encrypt args instanceof encrypt_args_t { 90 encrypt 94 default_action encrypt args sa_id 0
|
| /dpdk/examples/ip_pipeline/examples/ |
| H A D | flow_crypto.cli | 52 #AES-GCM encrypt 53 … 0 rule add match hash ipv4_addr 100.0.0.10 action fwd port 0 sym_crypto encrypt type aead aead_al…
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | trs_ipv6opts.py | 123 e = self.inb_sa.encrypt(pkt) 149 e = self.inb_sa.encrypt(pkt) 166 e = self.inb_sa.encrypt(pkt)
|
| H A D | tun_null_header_reconstruct.py | 145 pkt = self.sa_ipv4v4.encrypt(pkt) 154 pkt = self.sa_ipv6v6.encrypt(pkt) 163 pkt = self.sa_ipv4v6.encrypt(pkt) 172 pkt = self.sa_ipv6v4.encrypt(pkt)
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.h | 316 uint16_t encrypt:1; member 322 uint16_t encrypt:1; member 328 uint16_t encrypt:1; member
|
| H A D | ccp_crypto.h | 31 #define CCP_AES_ENCRYPT(p) ((p)->aes.encrypt) 34 #define CCP_DES_ENCRYPT(p) ((p)->des.encrypt)
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_ipsec.h | 262 /** Crypto operation: encrypt when non-zero, decrypt when zero. */ member 263 int encrypt; 328 * : encrypt \<crypto_params> \<encap_params>
|
| H A D | rte_swx_ipsec.c | 1175 if (!strcmp(t[0], "encrypt")) in rte_swx_ipsec_sa_read() 1176 p->encrypt = 1; in rte_swx_ipsec_sa_read() 1178 p->encrypt = 0; in rte_swx_ipsec_sa_read() 1180 CHECK(0, "Missing \"encrypt\"/\"decrypt\" keyword"); in rte_swx_ipsec_sa_read() 1421 xform[0].aead.op = p->encrypt ? in crypto_xform_get() 1480 if (p->encrypt) { in crypto_xform_get() 1525 if (p->encrypt) in crypto_xform_get() 1560 ipsec_xform->direction = p->encrypt ? in ipsec_xform_get()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | virtio.rst | 98 --cipher-op encrypt --cipher-key-sz 16 --auth-algo sha1-hmac \
|
| /dpdk/examples/l2fwd-macsec/ |
| H A D | main.c | 164 bool encrypt; member 489 sess_conf->macsec.tx_secy.encrypt = mcs_port_params[portid].encrypt; in fill_session_conf() 1027 mcs_port_params[portid].encrypt = true; in l2fwd_macsec_default_options()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3027 * encrypt | decrypt 3715 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher() argument 3731 xform_cipher->cipher.op = encrypt ? RTE_CRYPTO_CIPHER_OP_ENCRYPT : in parse_table_action_cipher() 3788 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher_auth() argument 3806 xform_auth->auth.op = encrypt ? RTE_CRYPTO_AUTH_OP_GENERATE : in parse_table_action_cipher_auth() 3841 7, encrypt, used_n_tokens); in parse_table_action_cipher_auth() 3847 if (encrypt) { in parse_table_action_cipher_auth() 3869 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_aead() argument 3887 xform_aead->aead.op = encrypt ? RTE_CRYPTO_AEAD_OP_ENCRYPT : in parse_table_action_aead() 3974 uint32_t encrypt; in parse_table_action_sym_crypto() local [all...] |
| /dpdk/lib/security/ |
| H A D | rte_security.h | 338 /** Generate SecTag and encrypt/authenticate */ 477 uint16_t encrypt : 1; member 1169 uint64_t oerrors; /**< IPsec packets transmit/encrypt errors. */
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | pdcp_lib.rst | 216 * - Prepare IV for crypto operation (auth_gen, encrypt)
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 468 encrypt | decrypt
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_11.rst | 309 * Added support for out-of-place auth-cipher operations that encrypt
|