Searched refs:BN_free (Results 1 – 3 of 3) sorted by relevance
24 public static native void BN_free(long a); in BN_free() method in NativeBN
32 NativeBN.BN_free(this.bignum); in finalize()
109 BN_free(toBigNum(a)); in NativeBN_BN_free()588 NATIVE_METHOD(NativeBN, BN_free, "(J)V"),