Searched defs:out_no_inverse (Results 1 - 1 of 1) sorted by relevance
/external/boringssl/src/crypto/bn/ |
H A D | gcd.c | 226 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *out, int *out_no_inverse, 230 BIGNUM *BN_mod_inverse_ex(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, argument 238 return BN_mod_inverse_no_branch(out, out_no_inverse, a, n, ctx); 241 *out_no_inverse = 0; 528 *out_no_inverse = 1; 550 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *out, int *out_no_inverse, argument 559 *out_no_inverse = 0; 698 *out_no_inverse = 1;
|
Completed in 54 milliseconds