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

  /external/boringssl/src/crypto/fipsmodule/bn/
montgomery.c 449 return bn_mod_mul_montgomery_small(r, num_r, a, num_a, mont->RR.d,
491 int bn_mod_mul_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, function
internal.h 411 // bn_mod_mul_montgomery_small sets |r| to |a| * |b| mod |mont->N|. Both inputs
421 int bn_mod_mul_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a,
exponentiation.c 768 if (!bn_mod_mul_montgomery_small(d, num_n, val[0], num_n, val[0], num_n,
773 if (!bn_mod_mul_montgomery_small(val[i], num_n, val[i - 1], num_n, d,
789 !bn_mod_mul_montgomery_small(r, num_r, r, num_r, r, num_r, mont)) {
813 if (!bn_mod_mul_montgomery_small(r, num_r, r, num_r, r, num_r, mont)) {
821 if (!bn_mod_mul_montgomery_small(r, num_r, r, num_r, val[wvalue >> 1],
    [all...]
bn_test.cc 570 ASSERT_TRUE(bn_mod_mul_montgomery_small(
635 ASSERT_TRUE(bn_mod_mul_montgomery_small(
647 ASSERT_TRUE(bn_mod_mul_montgomery_small(
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa.c 97 return bn_mod_mul_montgomery_small(r->words, order->top, a->words, order->top,
104 // Although |a| is loose, |bn_mod_mul_montgomery_small| only requires the
108 return bn_mod_mul_montgomery_small(r->words, order->top, a->words, order->top,

Completed in 104 milliseconds