Lines Matching refs:check
206 * check that (p-1)/2 is prime.
249 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */
292 check = BN_CTX_get(ctx);
293 if (check == NULL) goto err;
322 if (!BN_pseudo_rand_range(check, A1))
324 if (!BN_add_word(check, 1))
326 /* now 1 <= check < A */
328 j = witness(check, A, A1, A1_odd, k, ctx, mont);
392 /* check that rnd is not a prime and also
430 /* check that rnd is a prime */
478 /* check that p and q are prime */
479 /* check that for p and q