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

  /external/boringssl/src/crypto/fipsmodule/ec/
scalar.c 26 if (!bn_copy_words(out->words, group->order.width, in) ||
p256-x86_64_test.cc 113 bn_copy_words(order_words, P256_LIMBS, EC_GROUP_get0_order(group.get())));
266 !bn_copy_words(out->X, P256_LIMBS, x.get()) ||
267 !bn_copy_words(out->Y, P256_LIMBS, y.get())) {
ec_montgomery.c 164 if (!bn_copy_words(out->words, group->field.width, in)) {
ec.c 399 !bn_copy_words(group->field_minus_order.words, group->field.width,
467 !bn_copy_words(group->field_minus_order.words, group->field.width, p)) {
    [all...]
p224-64.c     [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
bn.c 314 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn) { function
internal.h 248 // bn_copy_words copies the value of |bn| to |out| and returns one if the value
250 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn);
bn_test.cc 460 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get()));
527 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get()));
528 ASSERT_TRUE(bn_copy_words(b_words.get(), num_b, b.get()));
653 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get()));
654 ASSERT_TRUE(bn_copy_words(b_words.get(), m_width, b.get()));
718 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get()));
780 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get()));
    [all...]
exponentiation.c 838 int ret = bn_copy_words(table + idx * top, top, b);
    [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 1163 #define bn_copy_words macro
    [all...]

Completed in 283 milliseconds