Home
last modified time | relevance | path

Searched refs:BN_free (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/math/
DNativeBN.java24 public static native void BN_free(long a); in BN_free() method in NativeBN
DBigInt.java32 NativeBN.BN_free(this.bignum); in finalize()
/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp109 BN_free(toBigNum(a)); in NativeBN_BN_free()
588 NATIVE_METHOD(NativeBN, BN_free, "(J)V"),