Searched defs:BN_exp (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/math/
H A DNativeBN.java106 public static native void BN_exp(long r, long a, long p); method in class:NativeBN
107 // int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);

Completed in 56 milliseconds