Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec_perf.c89 struct supported_cipher_algo { struct
90 const char *keyword;
91 enum rte_crypto_cipher_algorithm algo;
115 const struct supported_cipher_algo cipher_algo[] = { argument
H A Dtest_ipsec.c124 struct supported_cipher_algo { struct
140 const struct supported_cipher_algo cipher_algos[] = { argument
/dpdk/examples/ipsec-secgw/
H A Dsa.c38 struct supported_cipher_algo { struct
39 const char *keyword;
40 enum rte_crypto_cipher_algorithm algo;
41 uint16_t iv_len;
42 uint16_t block_size;
66 const struct supported_cipher_algo cipher_algos[] = { argument