Lines Matching refs:op_mask

33 	if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) {  in verify_algo_support()
49 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) { in verify_algo_support()
203 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) in test_blockcipher_one_case()
207 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) in test_blockcipher_one_case()
225 if (t->op_mask & BLOCKCIPHER_TEST_OP_ENCRYPT) in test_blockcipher_one_case()
233 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_VERIFY) in test_blockcipher_one_case()
234 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) in test_blockcipher_one_case()
242 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) { in test_blockcipher_one_case()
251 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_VERIFY) { in test_blockcipher_one_case()
271 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) in test_blockcipher_one_case()
314 if (t->op_mask & BLOCKCIPHER_TEST_OP_ENCRYPT) in test_blockcipher_one_case()
322 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_VERIFY) in test_blockcipher_one_case()
357 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) in test_blockcipher_one_case()
359 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) in test_blockcipher_one_case()
389 if (t->op_mask == BLOCKCIPHER_TEST_OP_ENC_AUTH_GEN) { in test_blockcipher_one_case()
399 } else if (t->op_mask == BLOCKCIPHER_TEST_OP_AUTH_VERIFY_DEC) { in test_blockcipher_one_case()
409 } else if (t->op_mask == BLOCKCIPHER_TEST_OP_AUTH_GEN_ENC) { in test_blockcipher_one_case()
419 } else if (t->op_mask == BLOCKCIPHER_TEST_OP_DEC_AUTH_VERIFY) { in test_blockcipher_one_case()
429 } else if ((t->op_mask == BLOCKCIPHER_TEST_OP_ENCRYPT) || in test_blockcipher_one_case()
430 (t->op_mask == BLOCKCIPHER_TEST_OP_DECRYPT)) { in test_blockcipher_one_case()
436 } else if ((t->op_mask == BLOCKCIPHER_TEST_OP_AUTH_GEN) || in test_blockcipher_one_case()
437 (t->op_mask == BLOCKCIPHER_TEST_OP_AUTH_VERIFY)) { in test_blockcipher_one_case()
452 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in test_blockcipher_one_case()
455 if (t->op_mask & BLOCKCIPHER_TEST_OP_ENCRYPT) in test_blockcipher_one_case()
474 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) { in test_blockcipher_one_case()
483 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) { in test_blockcipher_one_case()
492 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_GEN) { in test_blockcipher_one_case()
554 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) in test_blockcipher_one_case()
556 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) in test_blockcipher_one_case()
592 if ((t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_VERIFY) && in test_blockcipher_one_case()
605 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in test_blockcipher_one_case()
610 if (t->op_mask & BLOCKCIPHER_TEST_OP_ENCRYPT) { in test_blockcipher_one_case()
615 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) in test_blockcipher_one_case()
640 if (!(t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED)) in test_blockcipher_one_case()
641 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_GEN) { in test_blockcipher_one_case()
702 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH) { in test_blockcipher_one_case()
705 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_GEN) in test_blockcipher_one_case()
714 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) in test_blockcipher_one_case()
759 if (t->op_mask & BLOCKCIPHER_TEST_OP_CIPHER) { in test_blockcipher_one_case()
771 if (t->op_mask & BLOCKCIPHER_TEST_OP_AUTH_GEN) in test_blockcipher_one_case()
774 if (t->op_mask & BLOCKCIPHER_TEST_OP_DIGEST_ENCRYPTED) in test_blockcipher_one_case()