Searched refs:twosComp2bn (Results 1 – 3 of 3) sorted by relevance
49 public static native void twosComp2bn(byte[] s, int len, long ret); in twosComp2bn() method in NativeBN
180 NativeBN.twosComp2bn(a, a.length, this.bignum); in putBigEndianTwosComplement()
565 NATIVE_METHOD(NativeBN, twosComp2bn, "([BIJ)V"),