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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_add.c 263 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
  /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 97 public static native void BN_sub(long r, long a, long b);
98 // int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
BigInt.java 266 NativeBN.BN_sub(r.bignum, a.bignum, b.bignum);

Completed in 55 milliseconds