Home | History | Annotate | Download | only in v8-v6

Lines Matching defs:modPow

1264     var y = a.modPow(r,this);
1321 BigInteger.prototype.modPow = bnModPow;
1622 return x.modPow(this.d, this.n);
1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
1626 var xq = x.mod(this.q).modPow(this.dmq1, this.q);