Home
last modified time | relevance | path

Searched refs:encrypt (Results 1 – 16 of 16) sorted by relevance

/dpdk/examples/pipeline/examples/
H A Dipsec_sa.txt7 // : 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 Dipsec.spec65 action encrypt args instanceof encrypt_args_t {
90 encrypt
94 default_action encrypt args sa_id 0
/dpdk/examples/ip_pipeline/examples/
H A Dflow_crypto.cli52 #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 Dtrs_ipv6opts.py123 e = self.inb_sa.encrypt(pkt)
149 e = self.inb_sa.encrypt(pkt)
166 e = self.inb_sa.encrypt(pkt)
H A Dtun_null_header_reconstruct.py145 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 Dccp_dev.h316 uint16_t encrypt:1; member
322 uint16_t encrypt:1; member
328 uint16_t encrypt:1; member
H A Dccp_crypto.h31 #define CCP_AES_ENCRYPT(p) ((p)->aes.encrypt)
34 #define CCP_DES_ENCRYPT(p) ((p)->des.encrypt)
/dpdk/lib/pipeline/
H A Drte_swx_ipsec.h262 /** Crypto operation: encrypt when non-zero, decrypt when zero. */ member
263 int encrypt;
328 * : encrypt \<crypto_params> \<encap_params>
H A Drte_swx_ipsec.c1175 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 Dvirtio.rst98 --cipher-op encrypt --cipher-key-sz 16 --auth-algo sha1-hmac \
/dpdk/examples/l2fwd-macsec/
H A Dmain.c164 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 Dcli.c3027 * 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 Drte_security.h338 /** 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 Dpdcp_lib.rst216 * - Prepare IV for crypto operation (auth_gen, encrypt)
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst468 encrypt | decrypt
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst309 * Added support for out-of-place auth-cipher operations that encrypt