Home
last modified time | relevance | path

Searched defs:xform (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/drivers/common/qat/qat_adf/
H A Dqat_pke.h53 get_modexp_function(const struct rte_crypto_asym_xform *xform) in get_modexp_function()
59 get_modinv_function(const struct rte_crypto_asym_xform *xform) in get_modinv_function()
140 get_rsa_enc_function(const struct rte_crypto_asym_xform *xform) in get_rsa_enc_function()
167 get_rsa_dec_function(const struct rte_crypto_asym_xform *xform) in get_rsa_dec_function()
194 get_rsa_crt_function(const struct rte_crypto_asym_xform *xform) in get_rsa_crt_function()
222 get_ecdsa_verify_function(const struct rte_crypto_asym_xform *xform) in get_ecdsa_verify_function()
246 get_ecdsa_function(const struct rte_crypto_asym_xform *xform) in get_ecdsa_function()
270 get_ecpm_function(const struct rte_crypto_asym_xform *xform) in get_ecpm_function()
294 get_ec_verify_function(const struct rte_crypto_asym_xform *xform) in get_ec_verify_function()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto_dek.c17 mlx5_crypto_dek_get_key(struct rte_crypto_sym_xform *xform, in mlx5_crypto_dek_get_key()
46 struct rte_crypto_sym_xform *xform) in mlx5_crypto_dek_prepare()
98 struct rte_crypto_sym_xform *xform = ctx->xform; in mlx5_crypto_dek_match_cb() local
116 struct rte_crypto_sym_xform *xform = ctx->xform; in mlx5_crypto_dek_create_cb() local
/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c206 armv8_crypto_get_chain_order(const struct rte_crypto_sym_xform *xform) in armv8_crypto_get_chain_order()
232 const struct rte_crypto_sym_xform *xform) in auth_hmac_pad_prepare()
260 const struct rte_crypto_sym_xform *xform) in auth_set_prerequisites()
345 const struct rte_crypto_sym_xform *xform) in cipher_set_prerequisites()
468 const struct rte_crypto_sym_xform *xform) in armv8_crypto_set_session_parameters()
H A Drte_armv8_pmd_ops.c268 struct rte_crypto_sym_xform *xform, in armv8_crypto_pmd_sym_session_configure()
/dpdk/examples/fips_validation/
H A Dmain.c1076 prepare_aes_xform(struct rte_crypto_sym_xform * xform) prepare_aes_xform() argument
1127 prepare_tdes_xform(struct rte_crypto_sym_xform * xform) prepare_tdes_xform() argument
1175 prepare_hmac_xform(struct rte_crypto_sym_xform * xform) prepare_hmac_xform() argument
1212 prepare_gcm_xform(struct rte_crypto_sym_xform * xform) prepare_gcm_xform() argument
1258 prepare_gmac_xform(struct rte_crypto_sym_xform * xform) prepare_gmac_xform() argument
1303 prepare_cmac_xform(struct rte_crypto_sym_xform * xform) prepare_cmac_xform() argument
1341 prepare_ccm_xform(struct rte_crypto_sym_xform * xform) prepare_ccm_xform() argument
1387 prepare_sha_xform(struct rte_crypto_sym_xform * xform) prepare_sha_xform() argument
1422 prepare_xts_xform(struct rte_crypto_sym_xform * xform) prepare_xts_xform() argument
1462 prepare_rsa_xform(struct rte_crypto_asym_xform * xform) prepare_rsa_xform() argument
1543 prepare_ecdsa_xform(struct rte_crypto_asym_xform * xform) prepare_ecdsa_xform() argument
1593 prepare_ecfpm_xform(struct rte_crypto_asym_xform * xform) prepare_ecfpm_xform() argument
1661 struct rte_crypto_sym_xform xform = {0}; fips_run_sym_test() local
1707 struct rte_crypto_asym_xform xform = {0}; fips_run_asym_test() local
[all...]
H A Dfips_dev_self_test.c998 struct rte_crypto_sym_xform *xform, in prepare_cipher_xform()
1055 struct rte_crypto_sym_xform *xform, in prepare_auth_xform()
1111 struct rte_crypto_sym_xform *xform, in prepare_aead_xform()
1464 struct rte_crypto_sym_xform xform; in run_single_test() local
/dpdk/drivers/compress/uadk/
H A Duadk_compress_pmd.c198 const struct rte_comp_xform *xform, in uadk_compress_pmd_xform_create()
269 uadk_compress_pmd_xform_free(struct rte_compressdev *dev __rte_unused, void *xform) in uadk_compress_pmd_xform_free()
299 struct uadk_compress_xform *xform; in uadk_compress_pmd_enqueue_burst_sync() local
/dpdk/drivers/crypto/ionic/
H A Dionic_crypto_ops.c139 iocpt_is_algo_supported(struct rte_crypto_sym_xform *xform) in iocpt_is_algo_supported()
155 iocpt_fill_sess_aead(struct rte_crypto_sym_xform *xform, in iocpt_fill_sess_aead()
193 struct rte_crypto_sym_xform *xform, in iocpt_session_cfg()
230 struct rte_crypto_sym_xform *xform, in iocpt_op_session_cfg()
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen4.c78 const struct rte_comp_xform *xform, in qat_comp_set_slice_cfg_word_gen4()
H A Dqat_comp_pmd_gen1.c101 const struct rte_comp_xform *xform, in qat_comp_set_slice_cfg_word_gen1()
/dpdk/drivers/compress/qat/
H A Dqat_comp.c819 const struct rte_comp_xform *xform, in qat_comp_create_templates()
955 const struct rte_comp_xform *xform, in qat_comp_private_xform_create()
1082 const struct rte_comp_xform *xform, in qat_comp_stream_create()
/dpdk/drivers/crypto/qat/
H A Dqat_ec.h267 pick_curve(const struct rte_crypto_asym_xform *xform) in pick_curve()
H A Dqat_asym.h76 struct rte_crypto_asym_xform xform; member
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c140 ccp_get_cmd_id(const struct rte_crypto_sym_xform *xform) in ccp_get_cmd_id()
665 const struct rte_crypto_sym_xform *xform) in ccp_configure_session_cipher()
755 const struct rte_crypto_sym_xform *xform) in ccp_configure_session_auth()
1107 const struct rte_crypto_sym_xform *xform) in ccp_configure_session_aead()
1170 const struct rte_crypto_sym_xform *xform, in ccp_set_session_parameters()
H A Dccp_pmd_ops.c758 struct rte_crypto_sym_xform *xform, in ccp_pmd_sym_session_configure()
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c18 const struct rte_crypto_sym_xform *xform) in null_crypto_set_session_parameters()
H A Dnull_crypto_pmd_ops.c257 struct rte_crypto_sym_xform *xform, in null_crypto_pmd_sym_session_configure()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c59 struct rte_comp_xform xform; in main_loop() local
H A Dcomp_perf_test_verify.c61 struct rte_comp_xform xform; in main_loop() local
H A Dcomp_perf_test_cyclecount.c161 struct rte_comp_xform xform; in main_loop() local
/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c186 mrvl_crypto_get_chain_order(const struct rte_crypto_sym_xform *xform) in mrvl_crypto_get_chain_order()
414 const struct rte_crypto_sym_xform *xform) in mrvl_crypto_set_session_parameters()
H A Drte_mrvl_pmd_ops.c737 struct rte_crypto_sym_xform *xform, in mrvl_crypto_pmd_sym_session_configure()
/dpdk/lib/compressdev/
H A Drte_compressdev.c668 const struct rte_comp_xform *xform, in rte_compressdev_private_xform_create()
718 const struct rte_comp_xform *xform, in rte_compressdev_stream_create()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c316 const struct rte_comp_xform *xform, void **priv_xform) in isal_comp_pmd_priv_xform_create()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_zuc.c10 const struct rte_crypto_sym_xform *xform) in zuc_session_configure()

12