Home
last modified time | relevance | path

Searched refs:rte_crypto_cipher_operation (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.h83 enum rte_crypto_cipher_operation cop,
98 enum rte_crypto_cipher_operation cop,
H A Dbcmfs_sym_session.h32 enum rte_crypto_cipher_operation op;
H A Dbcmfs_sym_engine.c679 enum rte_crypto_cipher_operation cipher_op, in bcmfs_crypto_build_cipher_req()
770 enum rte_crypto_cipher_operation cipher_op __rte_unused, in bcmfs_crypto_build_chain_request()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_sym.h172 enum rte_crypto_cipher_operation { enum
190 enum rte_crypto_cipher_operation op;
/f-stack/dpdk/drivers/crypto/openssl/
H A Dopenssl_pmd_private.h94 enum rte_crypto_cipher_operation direction;
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options.h106 enum rte_crypto_cipher_operation cipher_op;
H A Dcperf_options_parsing.c562 opts->cipher_op = (enum rte_crypto_cipher_operation)id; in parse_cipher_op()
/f-stack/dpdk/drivers/crypto/armv8/
H A Darmv8_pmd_private.h131 enum rte_crypto_cipher_operation direction;
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2038 enum rte_crypto_cipher_operation op, in create_wireless_algo_cipher_session()
2138 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_cipher_auth_session()
2199 enum rte_crypto_cipher_operation cipher_op, in create_wireless_cipher_auth_session()
2273 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_auth_cipher_session()
7748 static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc, in test_pdcp_proto()
7933 enum rte_crypto_cipher_operation opc, in test_pdcp_proto_SGL()
11521 enum rte_crypto_cipher_operation cipher_op) in create_auth_cipher_session()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c75 enum rte_crypto_cipher_operation direction __rte_unused, in bpi_cipher_ctx_init()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1065 parse_cipher_op(enum rte_crypto_cipher_operation *op, char *optarg) in parse_cipher_op()