HomeSort by relevance Sort by last modified time
    Searched defs:RR (Results 1 - 6 of 6) sorted by null

  /system/core/libmincrypt/tools/
DumpPublicKey.java 75 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
94 long rr = RR.mod(B).longValue(); local
95 result.append(rr);
101 RR = RR.divide(B);
  /external/skia/src/core/
SkGeometry.cpp 135 Sk64 RR, tmp;
137 RR.setMul(B,B);
140 RR.sub(tmp);
141 if (RR.isNeg())
143 SkFixed R = RR.getSqrt();
    [all...]
  /external/grub/stage2/
iso9660.h 155 struct RR {
157 } rr; member in union:rock_ridge::__anon3648
194 struct rock_ridge *rr; member in union:RR_ptr
  /external/openssl/crypto/bn/
bn.h 314 BIGNUM RR; /* used to convert to montgomery form */
484 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
548 (r),(a),&((mont)->RR),(mont),(ctx))
    [all...]
  /external/openssl/include/openssl/
bn.h 314 BIGNUM RR; /* used to convert to montgomery form */
484 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
548 (r),(a),&((mont)->RR),(mont),(ctx))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 301 BIGNUM RR; /* used to convert to montgomery form */
464 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
527 (r),(a),&((mont)->RR),(mont),(ctx))

Completed in 108 milliseconds