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

  /external/openssl/crypto/bn/
bn_add.c 263 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /libcore/luni/src/main/java/java/math/
NativeBN.java 122 public static native boolean BN_sub(int r, int a, int b);
123 // int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
BigInt.java 304 Check(NativeBN.BN_sub(r.bignum, a.bignum, b.bignum));

Completed in 35 milliseconds