Home
last modified time | relevance | path

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 Dcperf_ops.c95 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 Drte_crypto.h412 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 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.c609 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 Dtest_event_crypto_adapter.c218 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 Dtest_cryptodev.c1710 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 Dtest_cryptodev_blockcipher.c465 rte_crypto_op_attach_sym_session(op, sess); in test_blockcipher_one_case()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c585 rte_crypto_op_attach_sym_session(&priv->cop, in ipsec_enqueue()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c1288 err = rte_crypto_op_attach_sym_session(op, session); in vhost_crypto_process_one_req()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c452 rte_crypto_op_attach_sym_session(op, cparams->session); in l2fwd_simple_crypto_enqueue()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst944 rte_crypto_op_attach_sym_session(op, session);