BN_mul
if (!BN_mul(rr, rr, v, ctx))
if (!BN_mul(tmp, D, X, ctx))
if (!BN_mul(tmp, D, X, ctx))
if (!BN_mul(t, a, b, ctx))
if (!BN_mul(t2, t1, &mont->Ni, ctx))
if (!BN_mul(t1, t2, &mont->N, ctx))
if (!BN_mul(b, a, &(recp->Nr), ctx))
if (!BN_mul(b, &(recp->N), d, ctx))
if (!BN_mul(a, x, y, ctx))
&& BN_mul(R, R, r2, ctx) /* R = (r2^-1 mod 2r1) * r2 */
&& BN_mul(tmp, tmp, r1x2, ctx) /* tmp = (2r1^-1 mod r2)*2r1 */
&& BN_mul(r1r2x2, r1x2, r2, ctx)))
if (!BN_mul(t, t, p1, ctx))
if (!BN_mul(p1p2, p1, p2, ctx))
if (!BN_mul(p, p, p2, ctx))
if (!BN_mul(cardinality, group->order, group->cofactor, ctx)) {
if (!BN_mul(x, x, priv_key, ctx)) {
if (!BN_mul(r, a, b, ctx))
if (!BN_mul(l, i, j, ctx)) {
if (!BN_mul(l, m, k, ctx)) {
if (!BN_mul(i, key->p, key->q, ctx)) {
if (!BN_mul(i, i, pinfo->r, ctx)) {
if (!BN_mul(r0, r1, r2, ctx))
if (!BN_mul(r1, p, q, ctx))
if (!BN_mul(r1, r1, factor, ctx))
if (!BN_mul(r0, r1, r2, ctx))
if (!BN_mul(r0, r0, dval, ctx))
if (!BN_mul(r1, rsa->p, rsa->q, ctx))
if (!BN_mul(r1, rsa->n, prime, ctx))
if (!BN_mul(r0, r1, r2, ctx))
if (!BN_mul(r0, r0, pinfo->d, ctx))
if (!BN_mul(pinfo->pp, p1, p2, ctx))
if (!BN_mul(r1, r0, rsa->iqmp, ctx))
if (!BN_mul(r1, r0, rsa->q, ctx))
if (!BN_mul(r2, r1, pinfo->t, ctx)) {
if (!BN_mul(r1, r1, pinfo->pp, ctx)) {
&& BN_mul(p1q1, p1, q1, ctx) /* (p-1)(q-1) */
if (r == NULL || !BN_mul(r, rsa->p, rsa->q, ctx))
if (rsa->n == NULL || !BN_mul(rsa->n, rsa->p, rsa->q, ctx))
if (!BN_mul(r0, r1, r2, ctx))
if (!BN_mul(rsa->n, rsa->p, rsa->q, ctx))
if (!BN_mul(tmp3, u, xtmp, bn_ctx))
OPENSSL_assert(BN_mul(b5, b3, b2, ctx));
int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
|| !TEST_true(BN_mul(ret, a, two, ctx))
|| !TEST_true(BN_mul(ret, a, a, ctx))
if (!TEST_true(BN_mul(ret, a, b, ctx))
|| !TEST_true(BN_mul(ret, quotient, b, ctx))
|| !TEST_true(BN_mul(e, a, a, ctx))
if (!TEST_true(BN_mul(c, a, b, ctx)))
&& TEST_true(BN_mul(e, d, b, ctx))
&& TEST_true(BN_mul(c, d, b, ctx))
|| !TEST_true(BN_mul(n2, n1, n2, ctx))
&& TEST_true(BN_mul(n, p, q, ctx))
&& TEST_true(BN_mul(n, p, q, ctx))
&& TEST_true(BN_mul(n, p, q, ctx))
&& TEST_true(BN_mul(n, p, q, ctx));
BN_ERRCHECK(msg, BN_mul(b, mp1->bn, mp2->bn, c));