Searched refs:BLOCKCIPHER_TEST_OP_AUTH (Results 1 – 2 of 2) sorted by relevance
47 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()
25 #define BLOCKCIPHER_TEST_OP_AUTH (BLOCKCIPHER_TEST_OP_AUTH_GEN | \ macro