Searched refs:BN_mul_word (Results 1 – 3 of 3) sorted by relevance
86 public static native void BN_mul_word(long a, int w); in BN_mul_word() method in NativeBN
243 NativeBN.BN_mul_word(this.bignum, w); in multiplyByPositiveInt()
494 BN_mul_word(toBigNum(a), w); in NativeBN_BN_mul_word()602 NATIVE_METHOD(NativeBN, BN_mul_word, "(JI)V"),