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

Lines Matching refs:prototype

140   BigInteger.prototype.am = fn;
515 Classic.prototype.convert = cConvert;
516 Classic.prototype.revert = cRevert;
517 Classic.prototype.reduce = cReduce;
518 Classic.prototype.mulTo = cMulTo;
519 Classic.prototype.sqrTo = cSqrTo;
600 Montgomery.prototype.convert = montConvert;
601 Montgomery.prototype.revert = montRevert;
602 Montgomery.prototype.reduce = montReduce;
603 Montgomery.prototype.mulTo = montMulTo;
604 Montgomery.prototype.sqrTo = montSqrTo;
633 BigInteger.prototype.copyTo = bnpCopyTo;
634 BigInteger.prototype.fromInt = bnpFromInt;
635 BigInteger.prototype.fromString = bnpFromString;
636 BigInteger.prototype.clamp = bnpClamp;
637 BigInteger.prototype.dlShiftTo = bnpDLShiftTo;
638 BigInteger.prototype.drShiftTo = bnpDRShiftTo;
639 BigInteger.prototype.lShiftTo = bnpLShiftTo;
640 BigInteger.prototype.rShiftTo = bnpRShiftTo;
641 BigInteger.prototype.subTo = bnpSubTo;
642 BigInteger.prototype.multiplyTo = bnpMultiplyTo;
643 BigInteger.prototype.squareTo = bnpSquareTo;
644 BigInteger.prototype.divRemTo = bnpDivRemTo;
645 BigInteger.prototype.invDigit = bnpInvDigit;
646 BigInteger.prototype.isEven = bnpIsEven;
647 BigInteger.prototype.exp = bnpExp;
650 BigInteger.prototype.toString = bnToString;
651 BigInteger.prototype.negate = bnNegate;
652 BigInteger.prototype.abs = bnAbs;
653 BigInteger.prototype.compareTo = bnCompareTo;
654 BigInteger.prototype.bitLength = bnBitLength;
655 BigInteger.prototype.mod = bnMod;
656 BigInteger.prototype.modPowInt = bnModPowInt;
1010 NullExp.prototype.convert = nNop;
1011 NullExp.prototype.revert = nNop;
1012 NullExp.prototype.mulTo = nMulTo;
1013 NullExp.prototype.sqrTo = nSqrTo;
1083 Barrett.prototype.convert = barrettConvert;
1084 Barrett.prototype.revert = barrettRevert;
1085 Barrett.prototype.reduce = barrettReduce;
1086 Barrett.prototype.mulTo = barrettMulTo;
1087 Barrett.prototype.sqrTo = barrettSqrTo;
1278 BigInteger.prototype.chunkSize = bnpChunkSize;
1279 BigInteger.prototype.toRadix = bnpToRadix;
1280 BigInteger.prototype.fromRadix = bnpFromRadix;
1281 BigInteger.prototype.fromNumber = bnpFromNumber;
1282 BigInteger.prototype.bitwiseTo = bnpBitwiseTo;
1283 BigInteger.prototype.changeBit = bnpChangeBit;
1284 BigInteger.prototype.addTo = bnpAddTo;
1285 BigInteger.prototype.dMultiply = bnpDMultiply;
1286 BigInteger.prototype.dAddOffset = bnpDAddOffset;
1287 BigInteger.prototype.multiplyLowerTo = bnpMultiplyLowerTo;
1288 BigInteger.prototype.multiplyUpperTo = bnpMultiplyUpperTo;
1289 BigInteger.prototype.modInt = bnpModInt;
1290 BigInteger.prototype.millerRabin = bnpMillerRabin;
1293 BigInteger.prototype.clone = bnClone;
1294 BigInteger.prototype.intValue = bnIntValue;
1295 BigInteger.prototype.byteValue = bnByteValue;
1296 BigInteger.prototype.shortValue = bnShortValue;
1297 BigInteger.prototype.signum = bnSigNum;
1298 BigInteger.prototype.toByteArray = bnToByteArray;
1299 BigInteger.prototype.equals = bnEquals;
1300 BigInteger.prototype.min = bnMin;
1301 BigInteger.prototype.max = bnMax;
1302 BigInteger.prototype.and = bnAnd;
1303 BigInteger.prototype.or = bnOr;
1304 BigInteger.prototype.xor = bnXor;
1305 BigInteger.prototype.andNot = bnAndNot;
1306 BigInteger.prototype.not = bnNot;
1307 BigInteger.prototype.shiftLeft = bnShiftLeft;
1308 BigInteger.prototype.shiftRight = bnShiftRight;
1309 BigInteger.prototype.getLowestSetBit = bnGetLowestSetBit;
1310 BigInteger.prototype.bitCount = bnBitCount;
1311 BigInteger.prototype.testBit = bnTestBit;
1312 BigInteger.prototype.setBit = bnSetBit;
1313 BigInteger.prototype.clearBit = bnClearBit;
1314 BigInteger.prototype.flipBit = bnFlipBit;
1315 BigInteger.prototype.add = bnAdd;
1316 BigInteger.prototype.subtract = bnSubtract;
1317 BigInteger.prototype.multiply = bnMultiply;
1318 BigInteger.prototype.divide = bnDivide;
1319 BigInteger.prototype.remainder = bnRemainder;
1320 BigInteger.prototype.divideAndRemainder = bnDivideAndRemainder;
1321 BigInteger.prototype.modPow = bnModPow;
1322 BigInteger.prototype.modInverse = bnModInverse;
1323 BigInteger.prototype.pow = bnPow;
1324 BigInteger.prototype.gcd = bnGCD;
1325 BigInteger.prototype.isProbablePrime = bnIsProbablePrime;
1369 Arcfour.prototype.init = ARC4init;
1370 Arcfour.prototype.next = ARC4next;
1443 SecureRandom.prototype.nextBytes = rng_get_bytes;
1534 RSAKey.prototype.doPublic = RSADoPublic;
1537 RSAKey.prototype.setPublic = RSASetPublic;
1538 RSAKey.prototype.encrypt = RSAEncrypt;
1539 //RSAKey.prototype.encrypt_b64 = RSAEncryptB64;
1650 RSAKey.prototype.doPrivate = RSADoPrivate;
1653 RSAKey.prototype.setPrivate = RSASetPrivate;
1654 RSAKey.prototype.setPrivateEx = RSASetPrivateEx;
1655 RSAKey.prototype.generate = RSAGenerate;
1656 RSAKey.prototype.decrypt = RSADecrypt;
1657 //RSAKey.prototype.b64_decrypt = RSAB64Decrypt;