Home
last modified time | relevance | path

Searched refs:bn_less_than_montgomery_R (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dinternal.h356 int bn_less_than_montgomery_R(const BIGNUM *bn, const BN_MONT_CTX *mont); in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c442 int bn_less_than_montgomery_R(const BIGNUM *bn, const BN_MONT_CTX *mont) { in bn_less_than_montgomery_R() function
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c653 if (!bn_less_than_montgomery_R(q, mont_p)) { in mod_montgomery()