Searched refs:rte_crypto_op_attach_sym_session (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 95 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_null_cipher() 134 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_null_auth() 173 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_cipher() 229 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_auth() 329 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_cipher_auth() 447 rte_crypto_op_attach_sym_session(ops[i], sess); in cperf_set_ops_aead()
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto.h | 412 rte_crypto_op_attach_sym_session(struct rte_crypto_op *op, in rte_crypto_op_attach_sym_session() function
|
| /f-stack/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 | 609 rte_crypto_op_attach_sym_session(env.op, env.sess); in prepare_cipher_op() 658 rte_crypto_op_attach_sym_session(env.op, env.sess); in prepare_auth_op() 715 rte_crypto_op_attach_sym_session(env.op, env.sess); in prepare_aead_op()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_crypto_adapter.c | 218 rte_crypto_op_attach_sym_session(op, sess); in test_op_forward_mode() 412 rte_crypto_op_attach_sym_session(op, sess); in test_op_new_mode()
|
| H A D | test_cryptodev.c | 1710 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in test_AES_CBC_HMAC_SHA1_encrypt_digest() 1869 rte_crypto_op_attach_sym_session(ut_params->op, sess); in test_AES_CBC_HMAC_SHA512_decrypt_perform() 2090 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_cipher_operation() 2120 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_cipher_operation_oop() 2356 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_hash_operation() 2415 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_cipher_hash_operation() 2487 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_cipher_hash_operation() 2581 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in create_wireless_algo_auth_cipher_operation() 7660 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in test_authenticated_encryption() 9285 rte_crypto_op_attach_sym_session(ut_params->op, ut_params->sess); in test_authenticated_decryption() [all …]
|
| H A D | test_cryptodev_blockcipher.c | 465 rte_crypto_op_attach_sym_session(op, sess); in test_blockcipher_one_case()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec.c | 585 rte_crypto_op_attach_sym_session(&priv->cop, in ipsec_enqueue()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_crypto.c | 1288 err = rte_crypto_op_attach_sym_session(op, session); in vhost_crypto_process_one_req()
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 452 rte_crypto_op_attach_sym_session(op, cparams->session); in l2fwd_simple_crypto_enqueue()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 944 rte_crypto_op_attach_sym_session(op, session);
|