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

  /external/openssl/crypto/bn/
bn_exp.c 176 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
  /libcore/luni/src/main/java/java/math/
NativeBN.java 144 public static native boolean BN_mod_exp(int r, int a, int p, int m);
145 // int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx);
BigInt.java 366 Check(NativeBN.BN_mod_exp(r.bignum, a.bignum, p.bignum, m.bignum));

Completed in 131 milliseconds