Home
last modified time | relevance | path

Searched refs:rte_crypto_param_range (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_cryptodev.h85 struct rte_crypto_param_range { struct
118 struct rte_crypto_param_range key_size;
120 struct rte_crypto_param_range digest_size;
122 struct rte_crypto_param_range aad_size;
124 struct rte_crypto_param_range iv_size;
133 struct rte_crypto_param_range key_size;
135 struct rte_crypto_param_range iv_size;
150 struct rte_crypto_param_range key_size;
154 struct rte_crypto_param_range aad_size;
156 struct rte_crypto_param_range iv_size;
[all …]
H A Drte_cryptodev.c320 param_range_check(uint16_t size, const struct rte_crypto_param_range *range) in param_range_check()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1985 check_iv_param(const struct rte_crypto_param_range *iv_range_size, in check_iv_param()