Searched defs:t2 (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
89 t2 = BN_CTX_get(ctx);
90 if (t2 == NULL)
108 if (!BN_div(t1, t2, dh->p, dh->q, ctx))
110 if (!BN_is_one(t2))

Completed in 15 milliseconds