Searched refs:BN_dec2bn (Results 1 – 3 of 3) sorted by relevance
36 public static native int BN_dec2bn(long a, String str); in BN_dec2bn() method in NativeBN
94 int usedLen = NativeBN.BN_dec2bn(this.bignum, s); in putDecString()
156 int result = BN_dec2bn(&a, chars.c_str()); in NativeBN_BN_dec2bn()538 NATIVE_METHOD(NativeBN, BN_dec2bn, "(JLjava/lang/String;)I"),