Home
last modified time | relevance | path

Searched defs:supported_aead_algo (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c93 struct supported_aead_algo { struct
94 const char *keyword;
95 enum rte_crypto_aead_algorithm algo;
96 uint16_t iv_len;
97 uint16_t block_size;
98 uint16_t digest_len;
122 const struct supported_aead_algo aead_algo[] = { argument
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c53 struct supported_aead_algo { struct
54 const char *keyword;
55 enum rte_crypto_aead_algorithm algo;
56 uint16_t iv_len;
57 uint16_t block_size;
58 uint16_t digest_len;
59 uint16_t key_len;
60 uint8_t aad_len;