Home
last modified time | relevance | path

Searched refs:auth_op (Results 1 – 21 of 21) sorted by relevance

/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_engine.c558 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()
/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c644 opts->auth_op = (enum rte_crypto_auth_operation)id; in parse_auth_op()
938 opts->auth_op = RTE_CRYPTO_AUTH_OP_GENERATE; in cperf_options_default()
1201 if (options->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY && in cperf_options_check()
1241 options->auth_op != in cperf_options_check()
1249 options->auth_op != in cperf_options_check()
1350 rte_crypto_auth_operation_strings[opts->auth_op]); in cperf_options_dump()
H A Dcperf_ops.c361 if (options->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in cperf_set_ops_auth()
469 if (options->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in cperf_set_ops_cipher_auth()
700 auth_xform.auth.op = options->auth_op; in create_ipsec_session()
750 (options->auth_op == in create_ipsec_session()
831 auth_xform.auth.op = options->auth_op; in cperf_create_session()
960 auth_xform.auth.op = options->auth_op; in cperf_create_session()
1015 auth_xform.auth.op = options->auth_op; in cperf_create_session()
H A Dcperf_options.h115 enum rte_crypto_auth_operation auth_op; member
H A Dcperf_test_verify.c187 if (options->auth_op == RTE_CRYPTO_AUTH_OP_GENERATE) in cperf_verify_op()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_zuc.c49 sess->auth_op = auth_xform->auth.op; in zuc_session_configure()
168 if (sess->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) in process_zuc_hash_op()
185 if (sessions[i]->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) in process_zuc_hash_op()
H A Dpmd_kasumi_priv.h69 enum rte_crypto_auth_operation auth_op; member
H A Dpmd_snow3g_priv.h70 enum rte_crypto_auth_operation auth_op; member
H A Dpmd_zuc_priv.h69 enum rte_crypto_auth_operation auth_op; member
H A Dpmd_kasumi.c61 sess->auth_op = auth_xform->auth.op; in kasumi_session_configure()
163 if (session->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in process_kasumi_hash_op()
H A Dpmd_snow3g.c58 sess->auth_op = auth_xform->auth.op; in snow3g_session_configure()
256 if (session->auth_op == RTE_CRYPTO_AUTH_OP_VERIFY) { in process_snow3g_hash_op()
/dpdk/doc/guides/cryptodevs/
H A Dccp.rst111 --auth_op GENERATE --auth_algo sha1-hmac
126 --auth_op GENERATE --auth_algo sha1-hmac
H A Dopenssl.rst87 --auth_op GENERATE --auth_algo SHA1_HMAC
H A Dmvsam.rst103 --auth_op GENERATE --auth_algo sha1-hmac \
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.h88 enum icp_qat_hw_auth_op auth_op; member
H A Dqat_sym_session.c615 session->auth_op = ICP_QAT_HW_AUTH_GENERATE; in qat_sym_session_handle_single_pass()
618 session->auth_op = ICP_QAT_HW_AUTH_VERIFY; in qat_sym_session_handle_single_pass()
1445 if (session->auth_op == ICP_QAT_HW_AUTH_VERIFY) { in qat_sym_session_init_common_hdr()
1450 } else if (session->auth_op == ICP_QAT_HW_AUTH_GENERATE) { in qat_sym_session_init_common_hdr()
1536 cdesc->auth_op == ICP_QAT_HW_AUTH_VERIFY) { in qat_sym_cd_cipher_set()
1721 cdesc->auth_op = ICP_QAT_HW_AUTH_VERIFY; in qat_sym_cd_auth_set()
1723 cdesc->auth_op = ICP_QAT_HW_AUTH_GENERATE; in qat_sym_cd_auth_set()
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst47 [--auth_algo ALGO] [--auth_op GENERATE/VERIFY] [--auth_key KEY] /
103 * auth_op: select the authentication operation to perform: GENERATE or VERIFY
172 --auth_op GENERATE --auth_algo aes-xcbc-mac \
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen3.c215 ctx->auth_op == ICP_QAT_HW_AUTH_GENERATE ? in enqueue_one_auth_job_gen3()
224 (ctx->auth_op == ICP_QAT_HW_AUTH_GENERATE ? in enqueue_one_auth_job_gen3()
/dpdk/app/test/
H A Dtest_cryptodev.c2576 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_cipher_auth_session() argument
2596 ut_params->auth_xform.auth.op = auth_op; in create_wireless_algo_cipher_auth_session()
2637 enum rte_crypto_auth_operation auth_op, in create_wireless_cipher_auth_session() argument
2659 ut_params->auth_xform.auth.op = auth_op; in create_wireless_cipher_auth_session()
2711 enum rte_crypto_auth_operation auth_op, in create_wireless_algo_auth_cipher_session() argument
2727 ut_params->auth_xform.auth.op = auth_op; in create_wireless_algo_auth_cipher_session()
12753 enum rte_crypto_auth_operation auth_op) in create_gmac_session() argument
12767 ut_params->auth_xform.auth.op = auth_op; in create_gmac_session()
13408 enum rte_crypto_auth_operation auth_op) in create_auth_session() argument
13418 ut_params->auth_xform.auth.op = auth_op; in create_auth_session()
[all …]
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h2403 uint16_t auth_op = sess->cpt_op & ROC_SE_OP_AUTH_MASK; in fill_digest_params() local
2467 if (auth_op == ROC_SE_OP_AUTH_GENERATE) { in fill_digest_params()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3413 uint16_t auth_op = sess->cpt_op & CPT_OP_AUTH_MASK; in fill_digest_params() local
3488 if (auth_op == CPT_OP_AUTH_GENERATE) { in fill_digest_params()