Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c77 struct supported_cipher_algo { struct
78 const char *keyword;
79 enum rte_crypto_cipher_algorithm algo;
103 const struct supported_cipher_algo cipher_algo[] = { argument
H A Dtest_ipsec.c114 struct supported_cipher_algo { struct
130 const struct supported_cipher_algo cipher_algos[] = { argument
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c37 struct supported_cipher_algo { struct
38 const char *keyword;
39 enum rte_crypto_cipher_algorithm algo;
40 uint16_t iv_len;
64 const struct supported_cipher_algo cipher_algos[] = { argument