Lines Matching defs:want
2836 BIGNUM *a, *p, *want, *got, *diff;
2845 if ((want = BN_CTX_get(ctx)) == NULL)
2846 errx(1, "want = BN_CTX_get()");
2865 if (!BN_hex2bn(&want, test->sqrt))
2867 if (!BN_mod_sub(diff, want, got, p, ctx))
2873 fprintf(stderr, "want: %s\n", test->sqrt);
4437 BIGNUM *a, *p, *want, *got, *diff;
4448 if ((want = BN_CTX_get(ctx)) == NULL)
4449 errx(1, "want = BN_CTX_get()");
4479 if (!BN_hex2bn(&want, sqrts[i]))
4482 if (!BN_mod_sub(diff, want, got, p, ctx))
4488 fprintf(stderr, "want: %s\n", sqrts[i]);