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

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
gcd.c 184 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) {
  /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 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 273 NativeBN.BN_gcd(r.bignum, a.bignum, b.bignum);

Completed in 967 milliseconds