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
245 NativeBN.BN_mul_word(this.bignum, w); in multiplyByPositiveInt()
423 if (!BN_mul_word(toBigNum(a), w)) { in NativeBN_BN_mul_word()551 NATIVE_METHOD(NativeBN, BN_mul_word, "(JI)V"),