Searched refs:BN_new (Results 1 – 3 of 3) sorted by relevance
21 public static native long BN_new(); in BN_new() method in NativeBN
47 this.bignum = NativeBN.BN_new(); in makeValid()54 bi.bignum = NativeBN.BN_new(); in newBigInt()
99 jlong result = static_cast<jlong>(reinterpret_cast<uintptr_t>(BN_new())); in NativeBN_BN_new()552 NATIVE_METHOD(NativeBN, BN_new, "()J"),