Searched refs:rte_crypto_op_attach_sym_session (Results 1 – 12 of 12) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 203 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 D | rte_crypto.h | 431 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 D | fips_dev_self_test.c | 1207 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 D | main.c | 626 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 D | test_event_crypto_adapter.c | 234 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 D | test_cryptodev.c | 2215 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 D | test_cryptodev_blockcipher.c | 537 rte_crypto_op_attach_sym_session(op, sess); in test_blockcipher_one_case()
|
| /dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 314 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 D | ipsec.c | 665 rte_crypto_op_attach_sym_session(&priv->cop, in ipsec_enqueue()
|
| /dpdk/lib/vhost/ |
| H A D | vhost_crypto.c | 1288 err = rte_crypto_op_attach_sym_session(op, session); in vhost_crypto_process_one_req()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 460 rte_crypto_op_attach_sym_session(op, cparams->session); in l2fwd_simple_crypto_enqueue()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 988 rte_crypto_op_attach_sym_session(op, session);
|