Home
last modified time | relevance | path

Searched refs:bn_to_montgomery_small (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c124 bn_to_montgomery_small(r->words, a->words, order->width, group->order_mont); in ec_scalar_to_montgomery()
Dec_montgomery.c113 bn_to_montgomery_small(out->words, in->words, group->field.width, in ec_GFp_mont_felem_to_montgomery()
/external/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c124 bn_to_montgomery_small(r->words, a->words, order->width, group->order_mont); in ec_scalar_to_montgomery()
Dec_montgomery.c113 bn_to_montgomery_small(out->words, in->words, group->field.width, in ec_GFp_mont_felem_to_montgomery()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c453 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in bn_to_montgomery_small() function
Dinternal.h646 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
658 bn_to_montgomery_small(b_words.get(), b_words.get(), m_width, mont.get()); in TestModMul()
736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
799 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModExp()
/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c453 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in bn_to_montgomery_small() function
Dinternal.h664 void bn_to_montgomery_small(BN_ULONG *r, const BN_ULONG *a, size_t num, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc657 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModMul()
658 bn_to_montgomery_small(b_words.get(), b_words.get(), m_width, mont.get()); in TestModMul()
736 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModSquare()
799 bn_to_montgomery_small(a_words.get(), a_words.get(), m_width, mont.get()); in TestModExp()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1184 bn_to_montgomery_small
DBoringSSL-GRPC.podspec2736 '#define bn_to_montgomery_small GRPC_SHADOW_bn_to_montgomery_small',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1212 #define bn_to_montgomery_small GRPC_SHADOW_bn_to_montgomery_small macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2850 #define bn_to_montgomery_small BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_to_montgomery_small) macro