Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Dversion.map22 rte_cryptodev_get_auth_algo_enum;
H A Drte_cryptodev.h368 rte_cryptodev_get_auth_algo_enum(enum rte_crypto_auth_algorithm *algo_enum,
H A Drte_cryptodev.c224 rte_cryptodev_get_auth_algo_enum(enum rte_crypto_auth_algorithm *algo_enum, in rte_cryptodev_get_auth_algo_enum() function
/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c611 if (rte_cryptodev_get_auth_algo_enum(&auth_algo, arg) < 0) { in parse_auth_algo()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1157 if (rte_cryptodev_get_auth_algo_enum(algo, optarg) < 0) { in parse_auth_algo()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4603 status = rte_cryptodev_get_auth_algo_enum(&xform_auth->auth.algo, in parse_table_action_cipher_auth()
/dpdk/examples/ip_pipeline/
H A Dcli.c3894 status = rte_cryptodev_get_auth_algo_enum(&xform_auth->auth.algo, in parse_table_action_cipher_auth()