Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c47 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) { in verify_algo_support()
185 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) in test_blockcipher_one_case()
312 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) in test_blockcipher_one_case()
411 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) { in test_blockcipher_one_case()
484 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) in test_blockcipher_one_case()
622 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) { in test_blockcipher_one_case()
H A Dtest_cryptodev_blockcipher.h25 #define BLOCKCIPHER_TEST_OP_AUTH (BLOCKCIPHER_TEST_OP_AUTH_GEN | \ macro