Home
last modified time | relevance | path

Searched refs:bn_copy_words (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64_test.cc113 bn_copy_words(order_words, P256_LIMBS, EC_GROUP_get0_order(group.get()))); in TEST()
266 !bn_copy_words(out->X, P256_LIMBS, x.get()) || in PointToAffine()
267 !bn_copy_words(out->Y, P256_LIMBS, y.get())) { in PointToAffine()
Dscalar.c26 if (!bn_copy_words(out->words, group->order.width, in) || in ec_bignum_to_scalar()
Dec.c326 bn_copy_words(group->field_minus_order.words, group->field.width, &tmp); in ec_group_set_generator()
/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64_test.cc113 bn_copy_words(order_words, P256_LIMBS, EC_GROUP_get0_order(group.get()))); in TEST()
266 !bn_copy_words(out->X, P256_LIMBS, x.get()) || in PointToAffine()
267 !bn_copy_words(out->Y, P256_LIMBS, y.get())) { in PointToAffine()
Dscalar.c26 if (!bn_copy_words(out->words, group->order.width, in) || in ec_bignum_to_scalar()
Dec.c326 bn_copy_words(group->field_minus_order.words, group->field.width, &tmp); in ec_group_set_generator()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c307 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn) { in bn_copy_words() function
Dbn_test.cc462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
529 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestProduct()
530 ASSERT_TRUE(bn_copy_words(b_words.get(), num_b, b.get())); in TestProduct()
655 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get())); in TestModMul()
656 ASSERT_TRUE(bn_copy_words(b_words.get(), m_width, b.get())); in TestModMul()
735 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get())); in TestModSquare()
798 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get())); in TestModExp()
Dinternal.h258 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA()
Dexponentiation.c838 int ret = bn_copy_words(table + idx * top, top, b); in copy_to_prebuf()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn.c314 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn) { in bn_copy_words() function
Dinternal.h250 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc462 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestSquare()
529 ASSERT_TRUE(bn_copy_words(a_words.get(), num_a, a.get())); in TestProduct()
530 ASSERT_TRUE(bn_copy_words(b_words.get(), num_b, b.get())); in TestProduct()
655 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get())); in TestModMul()
656 ASSERT_TRUE(bn_copy_words(b_words.get(), m_width, b.get())); in TestModMul()
735 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get())); in TestModSquare()
798 ASSERT_TRUE(bn_copy_words(a_words.get(), m_width, a.get())); in TestModExp()
Dexponentiation.c838 int ret = bn_copy_words(table + idx * top, top, b); in copy_to_prebuf()
/external/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c316 if (!bn_copy_words(c1, num_c1, &group->field)) { in hash_to_curve()
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dhash_to_curve.c323 if (!bn_copy_words(c1, num_c1, &group->field)) { in hash_to_curve()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1135 bn_copy_words
DBoringSSL-GRPC.podspec2687 '#define bn_copy_words GRPC_SHADOW_bn_copy_words',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1163 #define bn_copy_words GRPC_SHADOW_bn_copy_words macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2787 #define bn_copy_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_copy_words) macro