Home
last modified time | relevance | path

Searched defs:max_key_len (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c54 unsigned int max_key_len; /**< Maximum key length (in bytes)*/ member
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4507 uint8_t *key, uint32_t max_key_len, char **tokens, in parse_table_action_cipher()
4580 uint8_t *key, uint32_t max_key_len, char **tokens, in parse_table_action_cipher_auth()
4661 uint8_t *key, uint32_t max_key_len, char **tokens, in parse_table_action_aead()
4765 uint32_t max_key_len = SYM_CRYPTO_MAX_KEY_SIZE; in parse_table_action_sym_crypto() local
/dpdk/examples/ip_pipeline/
H A Dcli.c3798 uint8_t *key, uint32_t max_key_len, char **tokens, in parse_table_action_cipher()
3871 uint8_t *key, uint32_t max_key_len, char **tokens, in parse_table_action_cipher_auth()
3952 uint8_t *key, uint32_t max_key_len, char **tokens, in parse_table_action_aead()
4056 uint32_t max_key_len = SYM_CRYPTO_MAX_KEY_SIZE; in parse_table_action_sym_crypto() local