Searched defs:max_key_len (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 54 unsigned int max_key_len; /**< Maximum key length (in bytes)*/ member
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 4507 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 D | cli.c | 3798 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
|