Searched refs:BN_mod_inverse_no_branch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgcd.c226 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *out, const BIGNUM *a,
237 return BN_mod_inverse_no_branch(out, a, n, ctx);
542 /* BN_mod_inverse_no_branch is a special version of BN_mod_inverse.
544 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *out, const BIGNUM *a, function
692 OPENSSL_PUT_ERROR(BN, BN_mod_inverse_no_branch, BN_R_NO_INVERSE);
/external/openssl/crypto/bn/
H A Dbn_gcd.c206 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in,
218 return BN_mod_inverse_no_branch(in, a, n, ctx);
504 /* BN_mod_inverse_no_branch is a special version of BN_mod_inverse.
507 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in, function

Completed in 615 milliseconds