Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c47 (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT)) { in test_ipsec_vec_populate()
683 xform.cipher.op = options->cipher_op; in create_ipsec_session()
748 ((options->cipher_op == in create_ipsec_session()
813 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
888 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
904 if (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in cperf_create_session()
934 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
992 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
H A Dcperf_options_parsing.c589 opts->cipher_op = (enum rte_crypto_cipher_operation)id; in parse_cipher_op()
933 opts->cipher_op = RTE_CRYPTO_CIPHER_OP_ENCRYPT; in cperf_options_default()
1240 if (options->cipher_op != RTE_CRYPTO_CIPHER_OP_ENCRYPT && in cperf_options_check()
1248 if (options->cipher_op != RTE_CRYPTO_CIPHER_OP_DECRYPT && in cperf_options_check()
1363 rte_crypto_cipher_operation_strings[opts->cipher_op]); in cperf_options_dump()
H A Dcperf_options.h109 enum rte_crypto_cipher_operation cipher_op; member
H A Dcperf_test_common.c282 (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) ? in cperf_mbuf_set()
H A Dcperf_test_verify.c176 if (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in cperf_verify_op()
/dpdk/doc/guides/cryptodevs/
H A Dccp.rst108 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc
123 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc
H A Dopenssl.rst84 --cipher_op ENCRYPT --cipher_algo AES_CBC
H A Dmvsam.rst101 --cipher_op ENCRYPT --cipher_algo aes-cbc \
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst44 [--cipher_algo ALGO] [--cipher_op ENCRYPT/DECRYPT] [--cipher_dataunit_len SIZE] /
81 * cipher_op: select the ciphering operation to perform: ENCRYPT or DECRYPT
170 --cipher_op ENCRYPT --cipher_algo aes-cbc \
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c679 enum rte_crypto_cipher_operation cipher_op, in bcmfs_crypto_build_cipher_req() argument
689 bool is_inbound = (cipher_op == RTE_CRYPTO_CIPHER_OP_DECRYPT); in bcmfs_crypto_build_cipher_req()
770 enum rte_crypto_cipher_operation cipher_op __rte_unused, in bcmfs_crypto_build_chain_request()
/dpdk/app/test/
H A Dtest_cryptodev.c2575 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_cipher_auth_session() argument
2611 ut_params->cipher_xform.cipher.op = cipher_op; in create_wireless_algo_cipher_auth_session()
2636 enum rte_crypto_cipher_operation cipher_op, in create_wireless_cipher_auth_session() argument
2674 ut_params->cipher_xform.cipher.op = cipher_op; in create_wireless_cipher_auth_session()
2710 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_auth_cipher_session() argument
2741 ut_params->cipher_xform.cipher.op = cipher_op; in create_wireless_algo_auth_cipher_session()
2754 if (cipher_op == RTE_CRYPTO_CIPHER_OP_DECRYPT) { in create_wireless_algo_auth_cipher_session()
13442 enum rte_crypto_cipher_operation cipher_op) in create_auth_cipher_session() argument
13471 ut_params->cipher_xform.cipher.op = cipher_op; in create_auth_cipher_session()