| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_engine.c | 558 enum rte_crypto_auth_operation auth_op, in bcmfs_crypto_build_auth_req() argument 573 bool is_inbound = (auth_op == RTE_CRYPTO_AUTH_OP_VERIFY); in bcmfs_crypto_build_auth_req() 588 if (auth_op == RTE_CRYPTO_AUTH_OP_GENERATE && dst != NULL) in bcmfs_crypto_build_auth_req() 590 else if (auth_op == RTE_CRYPTO_AUTH_OP_VERIFY && mac != NULL) in bcmfs_crypto_build_auth_req() 645 if (auth_op == RTE_CRYPTO_AUTH_OP_VERIFY && mac != NULL) { in bcmfs_crypto_build_auth_req() 656 if (auth_op == RTE_CRYPTO_AUTH_OP_GENERATE) { in bcmfs_crypto_build_auth_req() 772 enum rte_crypto_auth_operation auth_op, in bcmfs_crypto_build_chain_request() argument 799 bool is_inbound = (auth_op == RTE_CRYPTO_AUTH_OP_VERIFY); in bcmfs_crypto_build_chain_request() 901 if (auth_op == RTE_CRYPTO_AUTH_OP_VERIFY && digest != NULL && in bcmfs_crypto_build_chain_request() 915 if (auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in bcmfs_crypto_build_chain_request()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | kasumi_pmd_private.h | 68 enum rte_crypto_auth_operation auth_op; member
|
| H A D | rte_kasumi_pmd.c | 116 sess->auth_op = auth_xform->auth.op; in kasumi_set_session_parameters() 261 if (session->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in process_kasumi_hash_op()
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | snow3g_pmd_private.h | 66 enum rte_crypto_auth_operation auth_op; member
|
| H A D | rte_snow3g_pmd.c | 121 sess->auth_op = auth_xform->auth.op; in snow3g_set_session_parameters() 271 if (session->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in process_snow3g_hash_op()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | zuc_pmd_private.h | 65 enum rte_crypto_auth_operation auth_op; member
|
| H A D | rte_zuc_pmd.c | 110 sess->auth_op = auth_xform->auth.op; in zuc_set_session_parameters() 266 if (sess->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) in process_zuc_hash_op() 289 if (sessions[i]->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) in process_zuc_hash_op()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 617 opts->auth_op = (enum rte_crypto_auth_operation)id; in parse_auth_op() 904 opts->auth_op = RTE_CRYPTO_AUTH_OP_GENERATE; in cperf_options_default() 1155 if (options->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY && in cperf_options_check() 1195 options->auth_op != in cperf_options_check() 1203 options->auth_op != in cperf_options_check() 1280 rte_crypto_auth_operation_strings[opts->auth_op]); in cperf_options_dump()
|
| H A D | cperf_options.h | 112 enum rte_crypto_auth_operation auth_op; member
|
| H A D | cperf_ops.c | 250 if (options->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in cperf_set_ops_auth() 357 if (options->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in cperf_set_ops_cipher_auth() 581 auth_xform.auth.op = options->auth_op; in cperf_create_session() 704 auth_xform.auth.op = options->auth_op; in cperf_create_session() 759 auth_xform.auth.op = options->auth_op; in cperf_create_session()
|
| H A D | cperf_test_verify.c | 188 if (options->auth_op == RTE_CRYPTO_AUTH_OP_GENERATE) in cperf_verify_op()
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | ccp.rst | 111 --auth_op GENERATE --auth_algo sha1-hmac 126 --auth_op GENERATE --auth_algo sha1-hmac
|
| H A D | openssl.rst | 87 --auth_op GENERATE --auth_algo SHA1_HMAC
|
| H A D | mvsam.rst | 103 --auth_op GENERATE --auth_algo sha1-hmac \
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.h | 72 enum icp_qat_hw_auth_op auth_op; member
|
| H A D | qat_sym_session.c | 662 session->auth_op = ICP_QAT_HW_AUTH_GENERATE; in qat_sym_session_handle_single_pass() 668 session->auth_op = ICP_QAT_HW_AUTH_VERIFY; in qat_sym_session_handle_single_pass() 1717 cdesc->auth_op = ICP_QAT_HW_AUTH_VERIFY; in qat_sym_session_aead_create_cd_auth() 1723 cdesc->auth_op = ICP_QAT_HW_AUTH_GENERATE; in qat_sym_session_aead_create_cd_auth()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_crypto.rst | 46 [--auth_algo ALGO] [--auth_op GENERATE/VERIFY] [--auth_key KEY] / 100 * auth_op: select the authentication operation to perform: GENERATE or VERIFY 169 --auth_op GENERATE --auth_algo aes-xcbc-mac \
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev.c | 2139 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_cipher_auth_session() argument 2159 ut_params->auth_xform.auth.op = auth_op; in create_wireless_algo_cipher_auth_session() 2200 enum rte_crypto_auth_operation auth_op, in create_wireless_cipher_auth_session() argument 2222 ut_params->auth_xform.auth.op = auth_op; in create_wireless_cipher_auth_session() 2274 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_auth_cipher_session() argument 2290 ut_params->auth_xform.auth.op = auth_op; in create_wireless_algo_auth_cipher_session() 10838 enum rte_crypto_auth_operation auth_op) in create_gmac_session() argument 10851 ut_params->auth_xform.auth.op = auth_op; in create_gmac_session() 11487 enum rte_crypto_auth_operation auth_op) in create_auth_session() argument 11496 ut_params->auth_xform.auth.op = auth_op; in create_auth_session() [all …]
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 3322 uint16_t auth_op = sess->cpt_op & CPT_OP_AUTH_MASK; in fill_digest_params() local 3397 if (auth_op == CPT_OP_AUTH_GENERATE) { in fill_digest_params()
|