Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map22 rte_cryptodev_get_auth_algo_enum;
H A Drte_cryptodev.h354 rte_cryptodev_get_auth_algo_enum(enum rte_crypto_auth_algorithm *algo_enum,
H A Drte_cryptodev.c222 rte_cryptodev_get_auth_algo_enum(enum rte_crypto_auth_algorithm *algo_enum, in rte_cryptodev_get_auth_algo_enum() function
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c584 if (rte_cryptodev_get_auth_algo_enum(&auth_algo, arg) < 0) { in parse_auth_algo()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1127 if (rte_cryptodev_get_auth_algo_enum(algo, optarg) < 0) { in parse_auth_algo()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4607 status = rte_cryptodev_get_auth_algo_enum(&xform_auth->auth.algo, in parse_table_action_cipher_auth()
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c3900 status = rte_cryptodev_get_auth_algo_enum(&xform_auth->auth.algo, in parse_table_action_cipher_auth()