Home
last modified time | relevance | path

Searched refs:BLOCKCIPHER_TEST_OP_CIPHER (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c32 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in verify_algo_support()
310 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) in test_blockcipher_one_case()
385 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in test_blockcipher_one_case()
482 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) in test_blockcipher_one_case()
533 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in test_blockcipher_one_case()
675 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in test_blockcipher_one_case()
H A Dtest_cryptodev_blockcipher.h22 #define BLOCKCIPHER_TEST_OP_CIPHER (BLOCKCIPHER_TEST_OP_ENCRYPT | \ macro