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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 106 public static native void BN_exp(long r, long a, long p);
107 // int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
BigInt.java 286 NativeBN.BN_exp(r.bignum, a.bignum, p.bignum);
  /external/chromium_org/third_party/openssl/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)
  /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)

Completed in 60 milliseconds