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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmontgomery.c335 return BN_mod_mul_montgomery(ret, a, &mont->RR, mont, ctx);
522 int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, function
/external/openssl/crypto/bn/
H A Dbn_mont.c129 int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, function

Completed in 538 milliseconds