BN_mul
if (!BN_mul(tmp, D, tmp, ctx))
if (!BN_mul(tmp, D, U, ctx))
if (!BN_mul(rr, rr, v, ctx))
if (!BN_mul(tmp, D,X, 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(tmp, a,b, ctx))
if (!BN_mul(t2, t1, &mont->Ni, ctx))
if (!BN_mul(t1, t2, &mont->N, ctx))
if (!BN_mul(a, x, y, ctx))
if (!BN_mul(b, a,&(recp->Nr), ctx))
if (!BN_mul(b, &(recp->N), d, ctx))
if (BN_mul(newp1, dsa->q, j, ctx) == 0)
if (!BN_mul(r, a, b, ctx))
if (!BN_mul(cardinality, &group->order, &group->cofactor, ctx))
r = BN_mul(i, key->p, key->q, ctx);
r = BN_mul(l, i, j, ctx);
if (!BN_mul(r0, r1, r2, ctx))
if (!BN_mul(r1, r0, rsa->iqmp, ctx))
if (!BN_mul(r1, r0, rsa->q, ctx))
if (!BN_mul(rsa->n, rsa->p, rsa->q, ctx))
if (!BN_mul(r0, r1, r2, ctx)) /* (p-1)(q-1) */
int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
BN_mul(sk, base, sk, ctx);
bn_check(BN_mul(r->number, a->number, b->number, ctx));
bn_check(BN_mul(n, n, a, ctx));
BN_mul(sk, base, sk, ctx);