Home
last modified time | relevance | path

Searched refs:rte_crypto_auth_algorithm_strings (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/cryptodev/
H A Dversion.map6 rte_crypto_auth_algorithm_strings;
H A Drte_crypto_sym.h372 rte_crypto_auth_algorithm_strings[];
H A Drte_cryptodev.c110 rte_crypto_auth_algorithm_strings[] = { variable
229 for (i = 1; i < RTE_DIM(rte_crypto_auth_algorithm_strings); i++) { in rte_cryptodev_get_auth_algo_enum()
230 if (strcmp(algo_string, rte_crypto_auth_algorithm_strings[i]) == 0) { in rte_cryptodev_get_auth_algo_enum()
/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c555 rte_crypto_auth_algorithm_strings[param1->alg.auth]); in test_ipsec_display_alg()
564 rte_crypto_auth_algorithm_strings[param2->alg.auth]); in test_ipsec_display_alg()
/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c1348 rte_crypto_auth_algorithm_strings[opts->auth_algo]); in cperf_options_dump()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1557 rte_crypto_auth_algorithm_strings[options->auth_xform.auth.algo]); in display_auth_info()
1907 rte_crypto_auth_algorithm_strings[opt_auth_algo], in check_device_support_auth_algo()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c719 rte_crypto_auth_algorithm_strings in qat_sym_session_configure_auth()