Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c203 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_null_cipher()
243 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_null_auth()
283 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_cipher()
340 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_auth()
441 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_cipher_auth()
560 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_aead()
/dpdk/lib/cryptodev/
H A Drte_crypto.h431 rte_crypto_op_attach_sym_session(struct rte_crypto_op *op, in rte_crypto_op_attach_sym_session() function
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1207 rte_crypto_op_attach_sym_session(op, session); in prepare_cipher_op()
1246 rte_crypto_op_attach_sym_session(op, session); in prepare_auth_op()
1320 rte_crypto_op_attach_sym_session(op, session); in prepare_aead_op()
H A Dmain.c626 rte_crypto_op_attach_sym_session(env.op, env.sess); in prepare_cipher_op()
674 rte_crypto_op_attach_sym_session(env.op, env.sess); in prepare_auth_op()
730 rte_crypto_op_attach_sym_session(env.op, env.sess); in prepare_aead_op()
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c234 rte_crypto_op_attach_sym_session(op, sess); in test_op_forward_mode()
426 rte_crypto_op_attach_sym_session(op, sess); in test_op_new_mode()
H A Dtest_cryptodev.c2215 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2374 rte_crypto_op_attach_sym_session(ut_params->op, sess); in test_AES_CBC_HMAC_SHA512_decrypt_perform()
2527 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_cipher_operation()
2557 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_cipher_operation_oop()
2793 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_hash_operation()
2852 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_cipher_hash_operation()
2924 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_cipher_hash_operation()
3018 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_auth_cipher_operation()
8265 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in test_authenticated_encryption()
10919 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in test_authenticated_decryption()
[all …]
H A Dtest_cryptodev_blockcipher.c537 rte_crypto_op_attach_sym_session(op, sess); in test_blockcipher_one_case()
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c314 rte_crypto_op_attach_sym_session( in crypto_adapter_enq_op_new()
368 rte_crypto_op_attach_sym_session( in crypto_adapter_enq_op_fwd()
/dpdk/examples/ipsec-secgw/
H A Dipsec.c665 rte_crypto_op_attach_sym_session(&priv->cop, in ipsec_enqueue()
/dpdk/lib/vhost/
H A Dvhost_crypto.c1288 err = rte_crypto_op_attach_sym_session(op, session); in vhost_crypto_process_one_req()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c460 rte_crypto_op_attach_sym_session(op, cparams->session); in l2fwd_simple_crypto_enqueue()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst988 rte_crypto_op_attach_sym_session(op, session);