Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dipsec.h66 #define MAX_KEY_SIZE 64 macro
133 uint8_t cipher_key[MAX_KEY_SIZE];
135 uint8_t auth_key[MAX_KEY_SIZE];
/dpdk/examples/l2fwd-crypto/
H A Dmain.c60 #define MAX_KEY_SIZE 128 macro
138 uint8_t cipher_key[MAX_KEY_SIZE];
147 uint8_t auth_key[MAX_KEY_SIZE];
156 uint8_t aead_key[MAX_KEY_SIZE];
1258 parse_bytes(options->cipher_key, optarg, MAX_KEY_SIZE); in l2fwd_crypto_parse_args_long_options()
1304 parse_bytes(options->auth_key, optarg, MAX_KEY_SIZE); in l2fwd_crypto_parse_args_long_options()
1341 parse_bytes(options->aead_key, optarg, MAX_KEY_SIZE); in l2fwd_crypto_parse_args_long_options()
2745 options->cipher_iv.data = rte_malloc("cipher iv", MAX_KEY_SIZE, 0); in reserve_key_memory()
2749 options->auth_iv.data = rte_malloc("auth iv", MAX_KEY_SIZE, 0); in reserve_key_memory()
2753 options->aead_iv.data = rte_malloc("aead_iv", MAX_KEY_SIZE, 0); in reserve_key_memory()
[all …]