HomeSort by relevance Sort by last modified time
    Searched defs:BN_set_negative (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/java/math/
NativeBN.java 71 public static native void BN_set_negative(long b, int n);
72 // void BN_set_negative(BIGNUM *b, int n);
BigInt.java 212 NativeBN.BN_set_negative(this.bignum, 0);
214 if (val < 0) NativeBN.BN_set_negative(this.bignum, 1);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c 771 void BN_set_negative(BIGNUM *a, int b)
  /external/openssl/crypto/bn/
bn_lib.c 771 void BN_set_negative(BIGNUM *a, int b)

Completed in 893 milliseconds