Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c85 struct supported_auth_algo { struct
86 const char *keyword;
87 enum rte_crypto_auth_algorithm algo;
88 uint16_t digest_len;
89 uint16_t key_len;
113 const struct supported_auth_algo auth_algo[] = { argument
H A Dtest_ipsec.c122 struct supported_auth_algo { struct
140 const struct supported_auth_algo auth_algos[] = { argument
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c45 struct supported_auth_algo { struct
46 const char *keyword;
47 enum rte_crypto_auth_algorithm algo;
48 uint16_t digest_len;
49 uint16_t key_len;
50 uint8_t key_not_req;