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

  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 425 // bn_mod_exp_mont_small sets |r| to |a|^|p| mod |mont->N|. It returns one on
436 int bn_mod_exp_mont_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a,
exponentiation.c 731 int bn_mod_exp_mont_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, function
864 return bn_mod_exp_mont_small(r, num_r, a, num_a, p_minus_two, num_p, mont);
    [all...]
bn_test.cc 699 ASSERT_TRUE(bn_mod_exp_mont_small(r_words.get(), m_width, a_words.get(),
    [all...]

Completed in 69 milliseconds