HomeSort by relevance Sort by last modified time
    Searched defs:BN_gcd (Results 1 - 2 of 2) 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)

Completed in 154 milliseconds