Searched refs:encrypt (Results 1 – 15 of 15) sorted by relevance
| /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/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/drivers/crypto/ccp/ |
| H A D | ccp_dev.h | 322 uint16_t encrypt:1; member 328 uint16_t encrypt:1; member 334 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/doc/guides/tools/ |
| H A D | cryptoperf.rst | 219 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 D | virtio.rst | 98 --cipher-op encrypt --cipher-key-sz 16 --auth-algo sha1-hmac \
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 4508 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 D | cli.c | 3799 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 D | cryptodev_lib.rst | 542 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 D | rte_security.rst | 68 tx descriptors. The hardware device will encrypt the data before sending the
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 490 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
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 11944 cmdline_fixed_string_t encrypt; member 11974 encrypt, "encrypt");
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 970 testpmd> set macsec offload (port_id) on encrypt (on|off) replay-protect (on|off)
|