Home
last modified time | relevance | path

Searched defs:BN_gcd (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/bn/
Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd() function
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dgcd.c184 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) { in BN_gcd() function