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

  /external/boringssl/src/crypto/bn/
gcd.c 186 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 100 public static native void BN_gcd(long r, long a, long b);
101 // int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
BigInt.java 269 NativeBN.BN_gcd(r.bignum, a.bignum, b.bignum);

Completed in 236 milliseconds