Home | History | Annotate | Download | only in benchmarks

Lines Matching full:prototype

148   BigInteger.prototype.am = fn;
523 Classic.prototype.convert = cConvert;
524 Classic.prototype.revert = cRevert;
525 Classic.prototype.reduce = cReduce;
526 Classic.prototype.mulTo = cMulTo;
527 Classic.prototype.sqrTo = cSqrTo;
608 Montgomery.prototype.convert = montConvert;
609 Montgomery.prototype.revert = montRevert;
610 Montgomery.prototype.reduce = montReduce;
611 Montgomery.prototype.mulTo = montMulTo;
612 Montgomery.prototype.sqrTo = montSqrTo;
641 BigInteger.prototype.copyTo = bnpCopyTo;
642 BigInteger.prototype.fromInt = bnpFromInt;
643 BigInteger.prototype.fromString = bnpFromString;
644 BigInteger.prototype.clamp = bnpClamp;
645 BigInteger.prototype.dlShiftTo = bnpDLShiftTo;
646 BigInteger.prototype.drShiftTo = bnpDRShiftTo;
647 BigInteger.prototype.lShiftTo = bnpLShiftTo;
648 BigInteger.prototype.rShiftTo = bnpRShiftTo;
649 BigInteger.prototype.subTo = bnpSubTo;
650 BigInteger.prototype.multiplyTo = bnpMultiplyTo;
651 BigInteger.prototype.squareTo = bnpSquareTo;
652 BigInteger.prototype.divRemTo = bnpDivRemTo;
653 BigInteger.prototype.invDigit = bnpInvDigit;
654 BigInteger.prototype.isEven = bnpIsEven;
655 BigInteger.prototype.exp = bnpExp;
658 BigInteger.prototype.toString = bnToString;
659 BigInteger.prototype.negate = bnNegate;
660 BigInteger.prototype.abs = bnAbs;
661 BigInteger.prototype.compareTo = bnCompareTo;
662 BigInteger.prototype.bitLength = bnBitLength;
663 BigInteger.prototype.mod = bnMod;
664 BigInteger.prototype.modPowInt = bnModPowInt;
1018 NullExp.prototype.convert = nNop;
1019 NullExp.prototype.revert = nNop;
1020 NullExp.prototype.mulTo = nMulTo;
1021 NullExp.prototype.sqrTo = nSqrTo;
1091 Barrett.prototype.convert = barrettConvert;
1092 Barrett.prototype.revert = barrettRevert;
1093 Barrett.prototype.reduce = barrettReduce;
1094 Barrett.prototype.mulTo = barrettMulTo;
1095 Barrett.prototype.sqrTo = barrettSqrTo;
1286 BigInteger.prototype.chunkSize = bnpChunkSize;
1287 BigInteger.prototype.toRadix = bnpToRadix;
1288 BigInteger.prototype.fromRadix = bnpFromRadix;
1289 BigInteger.prototype.fromNumber = bnpFromNumber;
1290 BigInteger.prototype.bitwiseTo = bnpBitwiseTo;
1291 BigInteger.prototype.changeBit = bnpChangeBit;
1292 BigInteger.prototype.addTo = bnpAddTo;
1293 BigInteger.prototype.dMultiply = bnpDMultiply;
1294 BigInteger.prototype.dAddOffset = bnpDAddOffset;
1295 BigInteger.prototype.multiplyLowerTo = bnpMultiplyLowerTo;
1296 BigInteger.prototype.multiplyUpperTo = bnpMultiplyUpperTo;
1297 BigInteger.prototype.modInt = bnpModInt;
1298 BigInteger.prototype.millerRabin = bnpMillerRabin;
1301 BigInteger.prototype.clone = bnClone;
1302 BigInteger.prototype.intValue = bnIntValue;
1303 BigInteger.prototype.byteValue = bnByteValue;
1304 BigInteger.prototype.shortValue = bnShortValue;
1305 BigInteger.prototype.signum = bnSigNum;
1306 BigInteger.prototype.toByteArray = bnToByteArray;
1307 BigInteger.prototype.equals = bnEquals;
1308 BigInteger.prototype.min = bnMin;
1309 BigInteger.prototype.max = bnMax;
1310 BigInteger.prototype.and = bnAnd;
1311 BigInteger.prototype.or = bnOr;
1312 BigInteger.prototype.xor = bnXor;
1313 BigInteger.prototype.andNot = bnAndNot;
1314 BigInteger.prototype.not = bnNot;
1315 BigInteger.prototype.shiftLeft = bnShiftLeft;
1316 BigInteger.prototype.shiftRight = bnShiftRight;
1317 BigInteger.prototype.getLowestSetBit = bnGetLowestSetBit;
1318 BigInteger.prototype.bitCount = bnBitCount;
1319 BigInteger.prototype.testBit = bnTestBit;
1320 BigInteger.prototype.setBit = bnSetBit;
1321 BigInteger.prototype.clearBit = bnClearBit;
1322 BigInteger.prototype.flipBit = bnFlipBit;
1323 BigInteger.prototype.add = bnAdd;
1324 BigInteger.prototype.subtract = bnSubtract;
1325 BigInteger.prototype.multiply = bnMultiply;
1326 BigInteger.prototype.divide = bnDivide;
1327 BigInteger.prototype.remainder = bnRemainder;
1328 BigInteger.prototype.divideAndRemainder = bnDivideAndRemainder;
1329 BigInteger.prototype.modPow = bnModPow;
1330 BigInteger.prototype.modInverse = bnModInverse;
1331 BigInteger.prototype.pow = bnPow;
1332 BigInteger.prototype.gcd = bnGCD;
1333 BigInteger.prototype.isProbablePrime = bnIsProbablePrime;
1377 Arcfour.prototype.init = ARC4init;
1378 Arcfour.prototype.next = ARC4next;
1451 SecureRandom.prototype.nextBytes = rng_get_bytes;
1542 RSAKey.prototype.doPublic = RSADoPublic;
1545 RSAKey.prototype.setPublic = RSASetPublic;
1546 RSAKey.prototype.encrypt = RSAEncrypt;
1547 //RSAKey.prototype.encrypt_b64 = RSAEncryptB64;
1658 RSAKey.prototype.doPrivate = RSADoPrivate;
1661 RSAKey.prototype.setPrivate = RSASetPrivate;
1662 RSAKey.prototype.setPrivateEx = RSASetPrivateEx;
1663 RSAKey.prototype.generate = RSAGenerate;
1664 RSAKey.prototype.decrypt = RSADecrypt;
1665 //RSAKey.prototype.b64_decrypt = RSAB64Decrypt;