Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Dkasumi_pmd_private.h68 enum rte_crypto_auth_operation auth_op; member
H A Drte_kasumi_pmd.c116 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 Dsnow3g_pmd_private.h66 enum rte_crypto_auth_operation auth_op; member
H A Drte_snow3g_pmd.c121 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 Dzuc_pmd_private.h65 enum rte_crypto_auth_operation auth_op; member
H A Drte_zuc_pmd.c110 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 Dcperf_options_parsing.c617 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 Dcperf_options.h112 enum rte_crypto_auth_operation auth_op; member
H A Dcperf_ops.c250 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 Dcperf_test_verify.c188 if (options->auth_op == RTE_CRYPTO_AUTH_OP_GENERATE) in cperf_verify_op()
/f-stack/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 \
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.h72 enum icp_qat_hw_auth_op auth_op; member
H A Dqat_sym_session.c662 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 Dl2_forward_crypto.rst46 [--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 Dtest_cryptodev.c2139 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 Dcpt_ucode.h3322 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()