Home
last modified time | relevance | path

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

/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/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/drivers/crypto/ccp/
H A Dccp_dev.h322 uint16_t encrypt:1; member
328 uint16_t encrypt:1; member
334 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/doc/guides/tools/
H A Dcryptoperf.rst219 encrypt
285 encrypt
408 --cipher-algo aes-cbc --cipher-op encrypt --cipher-key-sz 16 --auth-algo
418 --cipher-op encrypt --optype cipher-only --silent
428 --aead-iv-sz 16 --aead-op encrypt --aead-aad-sz 16 --digest-sz 16
/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst98 --cipher-op encrypt --cipher-key-sz 16 --auth-algo sha1-hmac \
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4508 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher() argument
4599 xform_auth->auth.op = encrypt ? RTE_CRYPTO_AUTH_OP_GENERATE : in parse_table_action_cipher_auth()
4634 encrypt, used_n_tokens); in parse_table_action_cipher_auth()
4640 if (encrypt) { in parse_table_action_cipher_auth()
4680 xform_aead->aead.op = encrypt ? RTE_CRYPTO_AEAD_OP_ENCRYPT : in parse_table_action_aead()
4767 uint32_t encrypt; in parse_table_action_sym_crypto() local
4778 encrypt = 1; in parse_table_action_sym_crypto()
4780 encrypt = 0; in parse_table_action_sym_crypto()
4791 n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()
4797 tokens, n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()
[all …]
/dpdk/examples/ip_pipeline/
H A Dcli.c3799 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher() argument
3890 xform_auth->auth.op = encrypt ? RTE_CRYPTO_AUTH_OP_GENERATE : in parse_table_action_cipher_auth()
3925 7, encrypt, used_n_tokens); in parse_table_action_cipher_auth()
3931 if (encrypt) { in parse_table_action_cipher_auth()
3971 xform_aead->aead.op = encrypt ? RTE_CRYPTO_AEAD_OP_ENCRYPT : in parse_table_action_aead()
4058 uint32_t encrypt; in parse_table_action_sym_crypto() local
4069 encrypt = 1; in parse_table_action_sym_crypto()
4071 encrypt = 0; in parse_table_action_sym_crypto()
4082 n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()
4088 tokens, n_tokens, encrypt, &used_n_tokens); in parse_table_action_sym_crypto()
[all …]
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst542 operations such as cipher encrypt and authentication generate, the next pointer
798 The following sample code shows the basic steps to encrypt several buffers
805 * Simple example to encrypt several buffers with AES-CBC using
H A Drte_security.rst68 tx descriptors. The hardware device will encrypt the data before sending the
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst490 encrypt | decrypt
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst309 * Added support for out-of-place auth-cipher operations that encrypt
/dpdk/app/test-pmd/
H A Dcmdline.c11944 cmdline_fixed_string_t encrypt; member
11974 encrypt, "encrypt");
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst970 testpmd> set macsec offload (port_id) on encrypt (on|off) replay-protect (on|off)