Searched defs:t1 (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Ddh_check.c79 BIGNUM *t1 = NULL, *t2 = NULL; local
86 t1 = BN_CTX_get(ctx);
87 if (t1 == NULL)
100 if (!BN_mod_exp(t1, dh->g, dh->q, dh->p, ctx))
102 if (!BN_is_one(t1))
108 if (!BN_div(t1, t2, dh->p, dh->q, ctx))
112 if (dh->j && BN_cmp(dh->j, t1))
137 if (!BN_rshift1(t1, dh->p))
139 if (!BN_is_prime_ex(t1, BN_prime_checks, ctx, NULL))

Completed in 35 milliseconds