Home
last modified time | relevance | path

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

/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()
/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h176 enum rte_crypto_cipher_operation { enum
194 enum rte_crypto_cipher_operation op;
/dpdk/drivers/crypto/openssl/
H A Dopenssl_pmd_private.h94 enum rte_crypto_cipher_operation direction;
/dpdk/app/test-crypto-perf/
H A Dcperf_options.h109 enum rte_crypto_cipher_operation cipher_op;
H A Dcperf_options_parsing.c589 opts->cipher_op = (enum rte_crypto_cipher_operation)id; in parse_cipher_op()
/dpdk/drivers/crypto/armv8/
H A Darmv8_pmd_private.h131 enum rte_crypto_cipher_operation direction;
/dpdk/app/test/
H A Dtest_cryptodev.c2472 enum rte_crypto_cipher_operation op, in create_wireless_algo_cipher_session()
2575 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_cipher_auth_session()
2636 enum rte_crypto_cipher_operation cipher_op, in create_wireless_cipher_auth_session()
2710 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_auth_cipher_session()
8353 static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc, in test_pdcp_proto()
8538 enum rte_crypto_cipher_operation opc, in test_pdcp_proto_SGL()
13442 enum rte_crypto_cipher_operation cipher_op) in create_auth_cipher_session()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c98 enum rte_crypto_cipher_operation direction __rte_unused, in bpi_cipher_ctx_init()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c1095 parse_cipher_op(enum rte_crypto_cipher_operation *op, char *optarg) in parse_cipher_op()