Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Dversion.map8 rte_crypto_cipher_algorithm_strings;
H A Drte_crypto_sym.h173 rte_crypto_cipher_algorithm_strings[];
H A Drte_cryptodev.c71 rte_crypto_cipher_algorithm_strings[] = { variable
212 for (i = 1; i < RTE_DIM(rte_crypto_cipher_algorithm_strings); i++) { in rte_cryptodev_get_cipher_algo_enum()
213 if (strcmp(algo_string, rte_crypto_cipher_algorithm_strings[i]) == 0) { in rte_cryptodev_get_cipher_algo_enum()
/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c1361 rte_crypto_cipher_algorithm_strings[opts->cipher_algo]); in cperf_options_dump()
/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c560 rte_crypto_cipher_algorithm_strings[param1->alg.cipher]); in test_ipsec_display_alg()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1545 rte_crypto_cipher_algorithm_strings[options->cipher_xform.cipher.algo]); in display_cipher_info()
1873 rte_crypto_cipher_algorithm_strings[opt_cipher_algo], in check_device_support_cipher_algo()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c394 rte_crypto_cipher_algorithm_strings in qat_sym_session_configure_cipher()