Searched refs:operation_type (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_dev_self_test.c | 17 enum rte_crypto_sym_xform_type operation_type; member 74 .operation_type = RTE_CRYPTO_SYM_XFORM_AUTH, 120 .operation_type = RTE_CRYPTO_SYM_XFORM_AUTH, 172 .operation_type = RTE_CRYPTO_SYM_XFORM_AUTH, 222 .operation_type = RTE_CRYPTO_SYM_XFORM_AUTH, 275 .operation_type = RTE_CRYPTO_SYM_XFORM_AUTH, 334 .operation_type = RTE_CRYPTO_SYM_XFORM_AUTH, 368 .operation_type = RTE_CRYPTO_SYM_XFORM_AEAD, 641 .operation_type = RTE_CRYPTO_SYM_XFORM_AEAD, 703 .operation_type = RTE_CRYPTO_SYM_XFORM_AEAD, [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 106 enum operation_type { enum 982 enum operation_type op_type, in test_mbufs_calculate_data_size() 1057 enum operation_type op_type, in test_setup_output_bufs() 1204 enum rte_comp_op_type operation_type = test_data->compress_state; in test_deflate_comp_run() local 1246 if (operation_type == RTE_COMP_OP_STATELESS) { in test_deflate_comp_run() 1533 enum rte_comp_op_type operation_type = test_data->decompress_state; in test_deflate_decomp_run() local 1581 if (operation_type == RTE_COMP_OP_STATELESS) { in test_deflate_decomp_run() 1626 if (operation_type == RTE_COMP_OP_STATELESS) { in test_deflate_decomp_run() 1753 enum rte_comp_op_type operation_type = test_data->decompress_state; in test_deflate_decomp_finalize() local 1791 if (operation_type == RTE_COMP_OP_STATEFUL in test_deflate_decomp_finalize()
|