Lines Matching defs:pass
190 tst->pub, tst->pub_len, tst->pass)))
193 if (tst->pass) {
195 || !TEST_int_eq(EVP_PKEY_public_check(key_ctx), tst->pass))
301 tst->msg, tst->msg_len), tst->pass));
537 || !TEST_int_eq(EVP_PKEY_param_check(key_ctx), tst->pass))
653 tst->pass))
723 int enc, int pass)
732 pass ? "pass" : "fail");
745 || !TEST_int_eq(EVP_CipherUpdate(ctx, out, &len, pt, pt_len), pass))
748 if (!pass) {
782 const int pass = 1;
790 tst->ct, ct_len, tag, tag_len, enc, pass)
794 tst->pt, tst->pt_len, tag, tag_len, !enc, pass)
800 tag - 1, tag_len, !enc, !pass);
810 int enc, int pass)
819 pass ? "pass" : "fail");
844 if (!TEST_int_eq(EVP_CipherFinal_ex(ctx, out + len, &out_len), pass))
846 if (!pass) {
873 int pass = 1;
879 enc, pass)
884 !enc, pass)
890 !enc, !pass);
897 BN_CTX *bn_ctx, int pass)
931 pass))
991 || !TEST_int_eq(EVP_PKEY_check(key_ctx), tst->pass))
1211 tst->pass == PASS ? "pass" : "fail");
1232 tst->msg, tst->msg_len), tst->pass))