Searched refs:BN_mod_word (Results 1 – 3 of 3) sorted by relevance
90 public static native int BN_mod_word(long a, int w); in BN_mod_word() method in NativeBN
249 return NativeBN.BN_mod_word(a.bignum, w); in remainderByPositiveInt()
430 BN_ULONG result = BN_mod_word(toBigNum(a), w); in NativeBN_BN_mod_word()549 NATIVE_METHOD(NativeBN, BN_mod_word, "(JI)I"),