| /f-stack/dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd.c | 12 static uint8_t cryptodev_driver_id; variable 82 sym_op->session, cryptodev_driver_id); in get_session() 104 cryptodev_driver_id, _sess_private_data); in get_session() 171 dev->driver_id = cryptodev_driver_id; in cryptodev_null_create() 250 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 17 static uint8_t cryptodev_driver_id; variable 139 cryptodev_driver_id); in zuc_get_session() 161 cryptodev_driver_id, _sess_private_data); in zuc_get_session() 504 dev->driver_id = cryptodev_driver_id; in cryptodev_zuc_create() 582 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 20 static uint8_t cryptodev_driver_id; variable 140 cryptodev_driver_id); in kasumi_get_session() 162 cryptodev_driver_id, _sess_private_data); in kasumi_get_session() 544 dev->driver_id = cryptodev_driver_id; in cryptodev_kasumi_create() 640 cryptodev_kasumi_pmd_drv.driver, cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | rte_snow3g_pmd.c | 19 static uint8_t cryptodev_driver_id; variable 150 cryptodev_driver_id); in snow3g_get_session() 172 cryptodev_driver_id, _sess_private_data); in snow3g_get_session() 556 dev->driver_id = cryptodev_driver_id; in cryptodev_snow3g_create() 655 cryptodev_snow3g_pmd_drv.driver, cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd.c | 19 static uint8_t cryptodev_driver_id; variable 527 cryptodev_driver_id); in get_session() 551 cryptodev_driver_id, _sess_private_data); in get_session() 788 dev->driver_id = cryptodev_driver_id; in cryptodev_armv8_crypto_create() 875 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 22 static uint8_t cryptodev_driver_id; variable 502 op->sym->session, cryptodev_driver_id); in mrvl_request_prepare() 811 dev->driver_id = cryptodev_driver_id; in cryptodev_mrvl_crypto_create() 1021 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | aesni_gcm_pmd.c | 16 static uint8_t cryptodev_driver_id; variable 175 cryptodev_driver_id); in aesni_gcm_get_session() 197 cryptodev_driver_id, _sess_private_data); in aesni_gcm_get_session() 806 dev->driver_id = cryptodev_driver_id; in aesni_gcm_create() 977 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 21 static uint8_t cryptodev_driver_id; variable 747 cryptodev_driver_id); in get_session() 753 cryptodev_driver_id); in get_session() 785 cryptodev_driver_id, _sess_private_data); in get_session() 2194 dev->driver_id = cryptodev_driver_id; in cryptodev_openssl_create() 2280 cryptodev_openssl_pmd_drv.driver, cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 22 static uint8_t cryptodev_driver_id; variable 1020 cryptodev_driver_id); in get_session() 1049 cryptodev_driver_id, _sess_private_data); in get_session() 1647 cryptodev_driver_id); in post_process_mb_job() 2096 dev->driver_id = cryptodev_driver_id; in cryptodev_aesni_mb_create() 2231 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 37 static uint8_t cryptodev_driver_id; variable 1361 cryptodev_driver_id); in caam_jr_enqueue_op() 2042 info->driver_id = cryptodev_driver_id; in caam_jr_dev_infos_get() 2332 dev->driver_id = cryptodev_driver_id; in caam_jr_dev_init() 2482 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 47 static uint8_t cryptodev_driver_id; variable 1741 cryptodev_driver_id); in dpaa_sec_enqueue_burst() 3103 info->driver_id = cryptodev_driver_id; in dpaa_sec_dev_infos_get() 3350 cryptodev->driver_id = cryptodev_driver_id; in dpaa_sec_dev_init() 3524 cryptodev_driver_id);
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 60 static uint8_t cryptodev_driver_id; variable 1358 op->sym->session, cryptodev_driver_id); in build_sec_fd() 3579 info->driver_id = cryptodev_driver_id; in dpaa2_sec_dev_infos_get() 3853 cryptodev->driver_id = cryptodev_driver_id; in dpaa2_sec_dev_init() 4029 rte_dpaa2_sec_driver.driver, cryptodev_driver_id);
|