Searched refs:bn_gcd_consttime (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | gcd_extra.c | 49 static int bn_gcd_consttime(BIGNUM *r, unsigned *out_shift, const BIGNUM *x, in bn_gcd_consttime() function 124 return bn_gcd_consttime(r, &shift, x, y, ctx) && in BN_gcd() 135 !bn_gcd_consttime(gcd, &shift, x, y, ctx)) { in bn_is_relatively_prime() 162 bn_gcd_consttime(gcd, &shift, a, b, ctx) && in bn_lcm_consttime()
|