Home
last modified time | relevance | path

Searched refs:in_a (Results 1 – 1 of 1) 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() argument
122 bn_check_top(in_a); in BN_gcd()
130 if (BN_copy(a,in_a) == NULL) goto err; in BN_gcd()