| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vectors.c | 415 if (options->op_type == CPERF_PDCP) { in cperf_test_vector_get_dummy() 470 if (options->op_type == CPERF_CIPHER_ONLY || in cperf_test_vector_get_dummy() 471 options->op_type == CPERF_CIPHER_THEN_AUTH || in cperf_test_vector_get_dummy() 472 options->op_type == CPERF_AUTH_THEN_CIPHER || in cperf_test_vector_get_dummy() 473 options->op_type == CPERF_DOCSIS) { in cperf_test_vector_get_dummy() 504 if (options->op_type == CPERF_AUTH_ONLY || in cperf_test_vector_get_dummy() 505 options->op_type == CPERF_CIPHER_THEN_AUTH || in cperf_test_vector_get_dummy() 506 options->op_type == CPERF_AUTH_THEN_CIPHER) { in cperf_test_vector_get_dummy() 537 if (options->op_type != CPERF_AUTH_ONLY) in cperf_test_vector_get_dummy() 546 if (options->op_type == CPERF_AEAD) { in cperf_test_vector_get_dummy()
|
| H A D | cperf_options_parsing.c | 470 opts->op_type = (enum cperf_op_type)id; in parse_op_type() 889 opts->op_type = CPERF_CIPHER_THEN_AUTH; in cperf_options_default() 1100 if (options->op_type == CPERF_CIPHER_ONLY || in cperf_options_check() 1101 options->op_type == CPERF_DOCSIS) in cperf_options_check() 1142 options->op_type != CPERF_CIPHER_ONLY && in cperf_options_check() 1211 if (options->op_type == CPERF_CIPHER_ONLY || in cperf_options_check() 1219 if (options->op_type == CPERF_DOCSIS) { in cperf_options_check() 1274 if (opts->op_type == CPERF_AUTH_ONLY || in cperf_options_dump() 1287 if (opts->op_type == CPERF_CIPHER_ONLY || in cperf_options_dump() 1299 if (opts->op_type == CPERF_AEAD) { in cperf_options_dump() [all …]
|
| H A D | main.c | 216 if (opts->op_type != CPERF_PDCP && in cperf_initialize_cryptodev() 217 opts->op_type != CPERF_DOCSIS) in cperf_initialize_cryptodev() 320 if (opts->op_type == CPERF_AUTH_ONLY || in cperf_verify_devices_capabilities() 321 opts->op_type == CPERF_CIPHER_THEN_AUTH || in cperf_verify_devices_capabilities() 322 opts->op_type == CPERF_AUTH_THEN_CIPHER) { in cperf_verify_devices_capabilities() 341 if (opts->op_type == CPERF_CIPHER_ONLY || in cperf_verify_devices_capabilities() 342 opts->op_type == CPERF_CIPHER_THEN_AUTH || in cperf_verify_devices_capabilities() 361 if (opts->op_type == CPERF_AEAD) { in cperf_verify_devices_capabilities() 389 if (opts->op_type == CPERF_CIPHER_ONLY) { in cperf_check_test_vector() 437 opts->op_type == CPERF_AUTH_THEN_CIPHER) { in cperf_check_test_vector() [all …]
|
| H A D | cperf_ops.c | 38 if (options->op_type == CPERF_PDCP) { in cperf_set_ops_security() 44 if (options->op_type == CPERF_DOCSIS) { in cperf_set_ops_security() 558 if (options->op_type == CPERF_PDCP) { in cperf_create_session() 626 if (options->op_type == CPERF_DOCSIS) { in cperf_create_session() 674 if (options->op_type == CPERF_CIPHER_ONLY) { in cperf_create_session() 823 if (options->op_type == CPERF_AEAD) { in cperf_get_op_functions() 828 if (options->op_type == CPERF_AUTH_THEN_CIPHER in cperf_get_op_functions() 833 if (options->op_type == CPERF_AUTH_ONLY) { in cperf_get_op_functions() 840 if (options->op_type == CPERF_CIPHER_ONLY) { in cperf_get_op_functions() 848 if (options->op_type == CPERF_PDCP) { in cperf_get_op_functions() [all …]
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_vector.c | 262 enum rte_bbdev_op_type op_type) in parse_turbo_flags() argument 273 if (op_type == RTE_BBDEV_OP_TURBO_DEC) { in parse_turbo_flags() 307 *op_type = RTE_BBDEV_OP_TURBO_DEC; in op_turbo_type_strtol() 309 *op_type = RTE_BBDEV_OP_TURBO_ENC; in op_turbo_type_strtol() 311 *op_type = RTE_BBDEV_OP_LDPC_ENC; in op_turbo_type_strtol() 313 *op_type = RTE_BBDEV_OP_LDPC_DEC; in op_turbo_type_strtol() 315 *op_type = RTE_BBDEV_OP_NONE; in op_turbo_type_strtol() 350 (op_type == RTE_BBDEV_OP_LDPC_DEC)) in parse_expected_status() 524 vector->op_type); in parse_decoder_params() 628 vector->op_type); in parse_encoder_params() [all …]
|
| H A D | test_bbdev_perf.c | 576 enum rte_bbdev_op_type op_type = vector->op_type; in add_bbdev_dev() local 754 qconf.op_type = op_type; in add_bbdev_dev() 956 if ((op_type == DATA_INPUT) || (op_type == DATA_HARQ_INPUT)) { in init_op_data_objs() 985 op_type, in init_op_data_objs() 1005 op_type); in init_op_data_objs() 1015 op_type, in init_op_data_objs() 1022 op_type); in init_op_data_objs() 2352 enum rte_bbdev_op_type op_type = test_vector.op_type; in run_test_case_on_device() local 4242 const enum rte_bbdev_op_type op_type = test_vector.op_type; in validation_latency_test() local 4701 const enum rte_bbdev_op_type op_type = test_vector.op_type; in offload_cost_test() [all …]
|
| H A D | test_bbdev_vector.h | 60 enum rte_bbdev_op_type op_type; member
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 134 .op_type = VIE_OP_TYPE_ADD, 142 .op_type = VIE_OP_TYPE_OR, 146 .op_type = VIE_OP_TYPE_SUB, 150 .op_type = VIE_OP_TYPE_CMP, 154 .op_type = VIE_OP_TYPE_CMP, 158 .op_type = VIE_OP_TYPE_MOV, 162 .op_type = VIE_OP_TYPE_MOV, 166 .op_type = VIE_OP_TYPE_MOV, 170 .op_type = VIE_OP_TYPE_MOV, 174 .op_type = VIE_OP_TYPE_MOV, [all …]
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto_asym.h | 437 enum rte_crypto_asym_op_type op_type; member 546 enum rte_crypto_asym_op_type op_type; member 574 enum rte_crypto_asym_op_type op_type; member
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 612 const uint8_t op_type) in otx_cpt_enq_single() argument 616 if (op_type == OP_TYPE_SYM) { in otx_cpt_enq_single() 624 if (op_type == OP_TYPE_ASYM) { in otx_cpt_enq_single() 635 const uint8_t op_type) in otx_cpt_pkt_enqueue() argument 680 switch (rsa->op_type) { in otx_cpt_asym_rsa_op() 736 if (ecdsa->op_type == RTE_CRYPTO_ASYM_OP_VERIFY) in otx_cpt_asym_dequeue_ecdsa_op() 795 const uint8_t op_type) in otx_cpt_dequeue_post_process() argument 802 if ((op_type == OP_TYPE_SYM) && in otx_cpt_dequeue_post_process() 810 if ((op_type == OP_TYPE_ASYM) && in otx_cpt_dequeue_post_process() 821 const uint8_t op_type) in otx_cpt_pkt_dequeue() argument [all …]
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.c | 247 if (asym_op->rsa.op_type == RTE_CRYPTO_ASYM_OP_ENCRYPT || in qat_asym_fill_arrays() 248 asym_op->rsa.op_type == in qat_asym_fill_arrays() 261 if (asym_op->rsa.op_type == RTE_CRYPTO_ASYM_OP_ENCRYPT) { in qat_asym_fill_arrays() 323 if (asym_op->rsa.op_type == in qat_asym_fill_arrays() 339 } else if (asym_op->rsa.op_type == in qat_asym_fill_arrays() 582 if (asym_op->rsa.op_type == RTE_CRYPTO_ASYM_OP_ENCRYPT || in qat_asym_collect_response() 583 asym_op->rsa.op_type == in qat_asym_collect_response() 585 if (asym_op->rsa.op_type == in qat_asym_collect_response() 598 } else if (asym_op->rsa.op_type == in qat_asym_collect_response() 623 if (asym_op->rsa.op_type == in qat_asym_collect_response() [all …]
|
| /f-stack/dpdk/app/test-bbdev/test_vectors/ |
| H A D | bbdev_null.data | 4 op_type =
|
| H A D | ldpc_enc_v11835.data | 4 op_type =
|
| H A D | ldpc_enc_v7813.data | 6 op_type =
|
| H A D | turbo_enc_c1_k40_r0_e272_rm.data | 4 op_type =
|
| H A D | ldpc_dec_v7813.data | 4 op_type =
|
| H A D | ldpc_dec_v11835.data | 4 op_type =
|
| H A D | turbo_enc_c1_k40_r0_e1194_rm.data | 4 op_type =
|
| H A D | turbo_enc_c1_k40_r0_e1190_rm.data | 4 op_type =
|
| H A D | turbo_enc_c1_k40_r0_e1196_rm.data | 4 op_type =
|
| /f-stack/dpdk/lib/librte_bbdev/ |
| H A D | rte_bbdev.c | 469 if ((conf->op_type == RTE_BBDEV_OP_NONE) && in rte_bbdev_queue_configure() 476 if (conf->op_type == p->type) { in rte_bbdev_queue_configure() 499 if (conf->op_type == RTE_BBDEV_OP_TURBO_DEC && in rte_bbdev_queue_configure() 507 if (conf->op_type == RTE_BBDEV_OP_TURBO_ENC && in rte_bbdev_queue_configure() 543 op_type_str = rte_bbdev_op_type_str(stored_conf->op_type); in rte_bbdev_queue_configure() 1121 rte_bbdev_op_type_str(enum rte_bbdev_op_type op_type) in rte_bbdev_op_type_str() argument 1131 if (op_type < RTE_BBDEV_OP_TYPE_COUNT) in rte_bbdev_op_type_str() 1132 return op_types[op_type]; in rte_bbdev_op_type_str()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 90 asym_op->rsa.op_type = RTE_CRYPTO_ASYM_OP_SIGN; in queue_ops_rsa_sign_verify() 127 asym_op->rsa.op_type = RTE_CRYPTO_ASYM_OP_VERIFY; in queue_ops_rsa_sign_verify() 181 asym_op->rsa.op_type = RTE_CRYPTO_ASYM_OP_ENCRYPT; in queue_ops_rsa_enc_dec() 218 asym_op->rsa.op_type = RTE_CRYPTO_ASYM_OP_DECRYPT; in queue_ops_rsa_enc_dec() 270 if (op->asym->rsa.op_type == RTE_CRYPTO_ASYM_OP_ENCRYPT) { in test_cryptodev_asym_ver() 393 op->asym->rsa.op_type = type; in test_cryptodev_asym_op() 418 if (op->asym->rsa.op_type == RTE_CRYPTO_ASYM_OP_ENCRYPT) { in test_cryptodev_asym_op() 1812 asym_op->dsa.op_type = RTE_CRYPTO_ASYM_OP_SIGN; in test_dsa_sign() 1850 asym_op->dsa.op_type = RTE_CRYPTO_ASYM_OP_VERIFY; in test_dsa_sign() 1986 op->asym->ecdsa.op_type = RTE_CRYPTO_ASYM_OP_SIGN; in test_ecdsa_sign_verify() [all …]
|
| /f-stack/dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 118 if (op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_build_request() 182 } else if (op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_build_request() 566 if (rx_op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_process_response() 631 && rx_op->op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_process_response() 817 enum rte_comp_op_type op_type) in qat_comp_create_templates() argument 829 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_create_templates() 888 if (op_type == RTE_COMP_OP_STATEFUL) { in qat_comp_create_templates()
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode_asym.h | 337 if (rsa_op.op_type == RTE_CRYPTO_ASYM_OP_ENCRYPT) { in cpt_rsa_prep() 342 } else if (rsa_op.op_type == RTE_CRYPTO_ASYM_OP_VERIFY) { in cpt_rsa_prep() 421 if (rsa_op.op_type == RTE_CRYPTO_ASYM_OP_SIGN) { in cpt_rsa_crt_prep() 425 } else if (rsa_op.op_type == RTE_CRYPTO_ASYM_OP_DECRYPT) { in cpt_rsa_crt_prep() 466 switch (rsa->op_type) { in cpt_enqueue_rsa_op() 811 if (ecdsa->op_type == RTE_CRYPTO_ASYM_OP_SIGN) in cpt_enqueue_ecdsa_op() 813 else if (ecdsa->op_type == RTE_CRYPTO_ASYM_OP_VERIFY) in cpt_enqueue_ecdsa_op()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | virtio_crypto.h | 199 uint32_t op_type; member 355 uint32_t op_type; member
|