Home
last modified time | relevance | path

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

/f-stack/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 \
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c562 opts->cipher_op = (enum rte_crypto_cipher_operation)id; in parse_cipher_op()
899 opts->cipher_op = RTE_CRYPTO_CIPHER_OP_ENCRYPT; in cperf_options_default()
1194 if (options->cipher_op != RTE_CRYPTO_CIPHER_OP_ENCRYPT && in cperf_options_check()
1202 if (options->cipher_op != RTE_CRYPTO_CIPHER_OP_DECRYPT && in cperf_options_check()
1293 rte_crypto_cipher_operation_strings[opts->cipher_op]); in cperf_options_dump()
H A Dcperf_options.h106 enum rte_crypto_cipher_operation cipher_op; member
H A Dcperf_test_verify.c177 if (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in cperf_verify_op()
215 (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) ? in cperf_mbuf_set()
H A Dcperf_ops.c563 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
632 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
648 if (options->cipher_op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in cperf_create_session()
678 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
736 cipher_xform.cipher.op = options->cipher_op; in cperf_create_session()
/f-stack/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()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst44 [--cipher_algo ALGO] [--cipher_op ENCRYPT/DECRYPT] [--cipher_key KEY] /
80 * cipher_op: select the ciphering operation to perform: ENCRYPT or DECRYPT
167 --cipher_op ENCRYPT --cipher_algo aes-cbc \
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2138 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_cipher_auth_session() argument
2174 ut_params->cipher_xform.cipher.op = cipher_op; in create_wireless_algo_cipher_auth_session()
2199 enum rte_crypto_cipher_operation cipher_op, in create_wireless_cipher_auth_session() argument
2237 ut_params->cipher_xform.cipher.op = cipher_op; in create_wireless_cipher_auth_session()
2273 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_auth_cipher_session() argument
2304 ut_params->cipher_xform.cipher.op = cipher_op; in create_wireless_algo_auth_cipher_session()
2317 if (cipher_op == RTE_CRYPTO_CIPHER_OP_DECRYPT) { in create_wireless_algo_auth_cipher_session()
11521 enum rte_crypto_cipher_operation cipher_op) in create_auth_cipher_session() argument
11549 ut_params->cipher_xform.cipher.op = cipher_op; in create_auth_cipher_session()