HomeSort by relevance Sort by last modified time
    Searched defs:BN_exp (Results 1 - 3 of 3) 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/boringssl/src/crypto/bn/
exponentiation.c 128 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
134 OPENSSL_PUT_ERROR(BN, BN_exp, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
    [all...]

Completed in 63 milliseconds