Searched refs:BLOCKCIPHER_TEST_OP_CIPHER (Results 1 – 2 of 2) sorted by relevance
32 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()
22 #define BLOCKCIPHER_TEST_OP_CIPHER (BLOCKCIPHER_TEST_OP_ENCRYPT | \ macro