HomeSort by relevance Sort by last modified time
    Searched full:precomputation (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointPreCompInfo.java 4 * Class holding precomputation data for fixed-point multiplications.
15 * The width used for the precomputation. If a larger width precomputation
PreCompInfo.java 4 * Interface for classes storing precomputation data for multiplication
WTauNafPreCompInfo.java 4 * Class holding precomputation data for the WTNAF (Window
WNafPreCompInfo.java 4 * Class holding precomputation data for the WNAF (Window Non-Adjacent Form)
Tnaf.java 21 * precomputation low. For typical curves, a value of 5 or 6 results in
827 * Does the precomputation for WTNAF multiplication.
828 * @param p The <code>ECPoint</code> for which to do the precomputation.
830 * @return The precomputation array for <code>p</code>.
ECAlgorithms.java 144 * "Fast Multi-scalar Multiplication Methods on Elliptic Curves with Precomputation Strategy Using Montgomery Trick"
WNafUtil.java 471 * Compute the new ECPoints for the precomputation array. The values 1, 3,
ECCurve.java 185 * <code>ECMultiplier</code>s to save the precomputation for this <code>ECPoint</code> for use
    [all...]
  /external/guava/guava/src/com/google/common/base/
SmallCharMatcher.java 31 @GwtIncompatible("no precomputation is done in GWT")
CharMatcher.java 757 * query than the original; your mileage may vary. Precomputation takes time and is likely to be
811 * A matcher for which precomputation will not yield any significant benefit.
    [all...]
  /external/boringssl/src/crypto/ec/
wnaf.c 242 EC_POINT **val = NULL; /* precomputation */
319 /* allocate points for precomputation */
p256-64.c     [all...]
  /external/boringssl/src/include/openssl/
ecdsa.h 121 /* Signing with precomputation.
aead.h 33 * performs any precomputation needed to use |aead| with |key|. The length of
dsa.h 279 /* Precomputation. */
  /external/clang/lib/Format/
BreakableToken.cpp 177 // precomputation step.
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 696 * query than the original; your mileage may vary. Precomputation takes time and is likely to be
720 * A matcher for which precomputation will not yield any significant benefit.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 634 * Precomputation takes time and is likely to be worthwhile only if the
651 * <p>The default precomputation is to cache the configuration of the original
    [all...]
  /external/boringssl/src/crypto/bn/
exponentiation.c 197 /* maximum precomputation table size for *variable* sliding windows */
859 * precomputation memory layout to limit data-dependency to a minimum
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 30 * This file contains the middle performance version with 2Kbytes of static tables for round precomputation.
113 // precomputation tables of calculations for rounds
AESFastEngine.java 30 * This file contains the fast version with 8Kbytes of static tables for round precomputation
113 // precomputation tables of calculations for rounds
    [all...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 134 /* radpower for precomputation */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 938 # test for outmost iterable precomputation
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 938 # test for outmost iterable precomputation
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 905 # test for outmost iterable precomputation

Completed in 2953 milliseconds

1 2 3