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
51 this.bignum = NativeBN.BN_new(); in makeValid()57 bi.bignum = NativeBN.BN_new(); in newBigInt()
90 jlong result = static_cast<jlong>(reinterpret_cast<uintptr_t>(BN_new())); in NativeBN_BN_new()583 NATIVE_METHOD(NativeBN, BN_new, "()J"),