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

  /external/openssl/crypto/bn/
bn_exp.c 1 /* crypto/bn/bn_exp.c */
132 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
  /libcore/luni/src/main/java/java/math/
NativeBN.java 131 public static native boolean BN_exp(int r, int a, int p);
132 // int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
BigInt.java 324 Check(NativeBN.BN_exp(r.bignum, a.bignum, p.bignum));

Completed in 40 milliseconds