Home
last modified time | relevance | path

Searched defs:encrypt (Results 1 – 4 of 4) sorted by relevance

/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
/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()
4581 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher_auth()
4662 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_aead()
4767 uint32_t encrypt; in parse_table_action_sym_crypto() local
/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()
3872 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_cipher_auth()
3953 uint32_t n_tokens, uint32_t encrypt, uint32_t *used_n_tokens) in parse_table_action_aead()
4058 uint32_t encrypt; in parse_table_action_sym_crypto() local
/dpdk/app/test-pmd/
H A Dcmdline.c11944 cmdline_fixed_string_t encrypt; member