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

  /external/openssl/crypto/bn/
bn_gcd.c 1 /* crypto/bn/bn_gcd.c */
117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx)
  /libcore/luni/src/main/java/java/math/
NativeBN.java 125 public static native boolean BN_gcd(int r, int a, int b);
126 // int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
BigInt.java 311 Check(NativeBN.BN_gcd(r.bignum, a.bignum, b.bignum));

Completed in 620 milliseconds