Searched refs:BN_free (Results 1 – 2 of 2) sorted by relevance
24 public static native void BN_free(long a); in BN_free() method in NativeBN
107 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&BN_free)); in NativeBN_getNativeFinalizer()112 BN_free(toBigNum(a)); in NativeBN_BN_free()382 BN_free(&positiveA); in NativeBN_bitLength()390 BN_free(&positiveA); in NativeBN_bitLength()541 NATIVE_METHOD(NativeBN, BN_free, "(J)V"),