Home
last modified time | relevance | path

Searched refs:CRYPTODEV_NAME_NULL_PMD (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c244 RTE_PMD_REGISTER_VDEV(CRYPTODEV_NAME_NULL_PMD, cryptodev_null_pmd_drv);
245 RTE_PMD_REGISTER_ALIAS(CRYPTODEV_NAME_NULL_PMD, cryptodev_null_pmd);
246 RTE_PMD_REGISTER_PARAM_STRING(CRYPTODEV_NAME_NULL_PMD,
H A Dnull_crypto_pmd_private.h8 #define CRYPTODEV_NAME_NULL_PMD crypto_null macro
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c37 #define CRYPTODEV_NAME_NULL_PMD crypto_null macro
527 RTE_STR(CRYPTODEV_NAME_NULL_PMD))); in configure_cryptodev()
530 RTE_STR(CRYPTODEV_NAME_NULL_PMD), NULL); in configure_cryptodev()
533 RTE_STR(CRYPTODEV_NAME_NULL_PMD)); in configure_cryptodev()
H A Dtest_cryptodev.h53 #define CRYPTODEV_NAME_NULL_PMD crypto_null macro
H A Dtest_cryptodev.c624 RTE_STR(CRYPTODEV_NAME_NULL_PMD))) { in testsuite_setup()
627 RTE_STR(CRYPTODEV_NAME_NULL_PMD))); in testsuite_setup()
630 RTE_STR(CRYPTODEV_NAME_NULL_PMD), NULL); in testsuite_setup()
635 RTE_STR(CRYPTODEV_NAME_NULL_PMD)); in testsuite_setup()
10602 RTE_STR(CRYPTODEV_NAME_NULL_PMD))) in test_null_invalid_operation()
10659 RTE_STR(CRYPTODEV_NAME_NULL_PMD))) in test_null_burst_operation()
13880 RTE_STR(CRYPTODEV_NAME_NULL_PMD)); in test_cryptodev_null()