Home
last modified time | relevance | path

Searched refs:MAX_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h68 #define MAX_KEY_SIZE 36 macro
129 uint8_t cipher_key[MAX_KEY_SIZE];
131 uint8_t auth_key[MAX_KEY_SIZE];
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c61 #define MAX_KEY_SIZE 128 macro
139 uint8_t cipher_key[MAX_KEY_SIZE];
148 uint8_t auth_key[MAX_KEY_SIZE];
157 uint8_t aead_key[MAX_KEY_SIZE];
1227 parse_bytes(options->cipher_key, optarg, MAX_KEY_SIZE); in l2fwd_crypto_parse_args_long_options()
1263 parse_bytes(options->auth_key, optarg, MAX_KEY_SIZE); in l2fwd_crypto_parse_args_long_options()
1300 parse_bytes(options->aead_key, optarg, MAX_KEY_SIZE); in l2fwd_crypto_parse_args_long_options()
2644 options->cipher_iv.data = rte_malloc("cipher iv", MAX_KEY_SIZE, 0); in reserve_key_memory()
2648 options->auth_iv.data = rte_malloc("auth iv", MAX_KEY_SIZE, 0); in reserve_key_memory()
2652 options->aead_iv.data = rte_malloc("aead_iv", MAX_KEY_SIZE, 0); in reserve_key_memory()
[all …]