HomeSort by relevance Sort by last modified time
    Searched refs:bn_less_than_montgomery_R (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 354 // bn_less_than_montgomery_R returns one if |bn| is less than the Montgomery R
356 int bn_less_than_montgomery_R(const BIGNUM *bn, const BN_MONT_CTX *mont);
montgomery.c 442 int bn_less_than_montgomery_R(const BIGNUM *bn, const BN_MONT_CTX *mont) {
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa_impl.c 653 if (!bn_less_than_montgomery_R(q, mont_p)) {
    [all...]

Completed in 103 milliseconds