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

  /external/boringssl/src/crypto/fipsmodule/bn/
montgomery.c 453 int bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, function
488 return bn_from_montgomery_small(r, num_r, mont->RR.d, mont->RR.top, mont);
internal.h 396 // bn_from_montgomery_small sets |r| to |a| translated out of the Montgomery
401 int bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a,
434 // this function with |bn_from_montgomery_small| and |bn_to_montgomery_small|
bn_test.cc 574 ASSERT_TRUE(bn_from_montgomery_small(r_words.get(), m_width, r_words.get(),
638 ASSERT_TRUE(bn_from_montgomery_small(r_words.get(), m_width,
651 ASSERT_TRUE(bn_from_montgomery_small(r_words.get(), m_width,
701 ASSERT_TRUE(bn_from_montgomery_small(r_words.get(), m_width,
    [all...]

Completed in 86 milliseconds