Searched refs:cipher_op (Results 1 – 10 of 10) sorted by relevance
108 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc123 --chain CIPHER_HASH --cipher_op ENCRYPT --cipher_algo aes-cbc
84 --cipher_op ENCRYPT --cipher_algo AES_CBC
101 --cipher_op ENCRYPT --cipher_algo aes-cbc \
562 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()
106 enum rte_crypto_cipher_operation cipher_op; member
177 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()
563 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()
679 enum rte_crypto_cipher_operation cipher_op, in bcmfs_crypto_build_cipher_req() argument689 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()
44 [--cipher_algo ALGO] [--cipher_op ENCRYPT/DECRYPT] [--cipher_key KEY] /80 * cipher_op: select the ciphering operation to perform: ENCRYPT or DECRYPT167 --cipher_op ENCRYPT --cipher_algo aes-cbc \
2138 enum rte_crypto_cipher_operation cipher_op, in create_wireless_algo_cipher_auth_session() argument2174 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() argument2237 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() argument2304 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() argument11549 ut_params->cipher_xform.cipher.op = cipher_op; in create_auth_cipher_session()