Searched defs:BN_mod_inverse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgcd.c229 BIGNUM *BN_mod_inverse(BIGNUM *out, const BIGNUM *a, const BIGNUM *n, function
529 OPENSSL_PUT_ERROR(BN, BN_mod_inverse, BN_R_NO_INVERSE);
542 /* BN_mod_inverse_no_branch is a special version of BN_mod_inverse.
/external/openssl/crypto/bn/
H A Dbn_gcd.c209 BIGNUM *BN_mod_inverse(BIGNUM *in, function
504 /* BN_mod_inverse_no_branch is a special version of BN_mod_inverse.

Completed in 128 milliseconds