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

  /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));
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 475 return BN_exp(r, a, p, ctx.get());
526 NATIVE_METHOD(NativeBN, BN_exp, "(III)Z"),
  /external/openssl/crypto/bn/
bntest.c 254 message(out,"BN_exp");
947 BN_exp(e,a,b,ctx);
998 BN_exp(e,a,b,ctx);
1032 if (BN_exp(d,a,b,ctx) <= 0)
    [all...]
bn_exp.c 1 /* crypto/bn/bn_exp.c */
120 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
bn.h 496 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);
    [all...]
  /external/openssl/include/openssl/
bn.h 496 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *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 458 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);

Completed in 190 milliseconds