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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 115 public static native void BN_mod_exp(long r, long a, long p, long m);
116 // int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx);
BigInt.java 327 NativeBN.BN_mod_exp(r.bignum, a.bignum, p.bignum, m.bignum);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_exp.c 176 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
  /external/openssl/crypto/bn/
bn_exp.c 176 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m,

Completed in 121 milliseconds