Home
last modified time | relevance | path

Searched refs:rte_crypto_op_alloc (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_asym.c81 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in queue_ops_rsa_sign_verify()
172 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in queue_ops_rsa_enc_dec()
335 op = rte_crypto_op_alloc(ts_params->op_mpool, in test_cryptodev_asym_op()
1055 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_shared_sec()
1137 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_priv_key()
1218 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_pub_key()
1309 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dh_gen_kp()
1431 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_mod_inv()
1535 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_mod_exp()
1666 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_ASYMMETRIC); in test_dsa_sign()
[all …]
H A Dtest_event_crypto_adapter.c203 op = rte_crypto_op_alloc(params.op_mpool, in test_op_forward_mode()
401 op = rte_crypto_op_alloc(params.op_mpool, in test_op_new_mode()
H A Dtest_cryptodev.c2210 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2369 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_AES_CBC_HMAC_SHA512_decrypt_perform()
2521 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_operation()
2551 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_operation_oop()
2787 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_hash_operation()
2847 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_cipher_hash_operation()
2919 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_cipher_hash_operation()
3012 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_wireless_algo_auth_cipher_operation()
8064 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in create_aead_operation()
8464 ut_params->op = rte_crypto_op_alloc(ts_params->op_mpool, in test_pdcp_proto()
[all …]
H A Dtest_ipsec_perf.c272 sa->cop[i] = rte_crypto_op_alloc(cop_pool, in packet_prepare()
H A Dtest_cryptodev_blockcipher.c286 op = rte_crypto_op_alloc(op_mpool, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in test_blockcipher_one_case()
H A Dtest_ipsec.c1140 ut_params->cop[j] = rte_crypto_op_alloc(ts_params->cop_mpool, in test_ipsec_crypto_op_alloc()
/dpdk/lib/cryptodev/
H A Drte_crypto.h265 rte_crypto_op_alloc(struct rte_mempool *mempool, enum rte_crypto_op_type type) in rte_crypto_op_alloc() function
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c308 op = rte_crypto_op_alloc(t->ca_op_pool, in crypto_adapter_enq_op_new()
362 op = rte_crypto_op_alloc(t->ca_op_pool, in crypto_adapter_enq_op_fwd()
/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst263 op = rte_crypto_op_alloc();
H A Dcryptodev_lib.rst461 ``rte_crypto_op_alloc()`` and ``rte_crypto_op_bulk_alloc()`` are used to allocate
469 struct rte_crypto_op *rte_crypto_op_alloc(struct rte_mempool *mempool,
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1614 env->op = rte_crypto_op_alloc(env->op_pool, in fips_dev_auto_test_init()
H A Dmain.c125 env.op = rte_crypto_op_alloc(env.op_pool, RTE_CRYPTO_OP_TYPE_SYMMETRIC); in cryptodev_fips_validate_app_int()