Home
last modified time | relevance | path

Searched refs:bn_from_montgomery_small (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c87 bn_from_montgomery_small(out->words, group->order.width, words, num, in ec_scalar_reduce()
130 bn_from_montgomery_small(r->words, order->width, a->words, order->width, in ec_scalar_from_montgomery()
Dec_montgomery.c120 bn_from_montgomery_small(out->words, group->field.width, in->words, in ec_GFp_mont_felem_from_montgomery()
162 bn_from_montgomery_small(out->words, group->field.width, words, num, in ec_GFp_mont_felem_reduce()
/external/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c87 bn_from_montgomery_small(out->words, group->order.width, words, num, in ec_scalar_reduce()
130 bn_from_montgomery_small(r->words, order->width, a->words, order->width, in ec_scalar_from_montgomery()
Dec_montgomery.c120 bn_from_montgomery_small(out->words, group->field.width, in->words, in ec_GFp_mont_felem_from_montgomery()
162 bn_from_montgomery_small(out->words, group->field.width, words, num, in ec_GFp_mont_felem_reduce()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c458 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small() function
Dinternal.h655 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc662 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul()
675 bn_from_montgomery_small(r_words.get(), m_width, prod_words.get(), in TestModMul()
677 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul()
739 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare()
751 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare()
802 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModExp()
Dexponentiation.c735 bn_from_montgomery_small(r, num, mont->RR.d, num, mont); in bn_mod_exp_mont_small()
/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c458 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in bn_from_montgomery_small() function
Dinternal.h673 void bn_from_montgomery_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc662 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul()
675 bn_from_montgomery_small(r_words.get(), m_width, prod_words.get(), in TestModMul()
677 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModMul()
739 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare()
751 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModSquare()
802 bn_from_montgomery_small(r_words.get(), m_width, r_words.get(), m_width, in TestModExp()
Dexponentiation.c735 bn_from_montgomery_small(r, num, mont->RR.d, num, mont); in bn_mod_exp_mont_small()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1139 bn_from_montgomery_small
DBoringSSL-GRPC.podspec2691 '#define bn_from_montgomery_small GRPC_SHADOW_bn_from_montgomery_small',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1167 #define bn_from_montgomery_small GRPC_SHADOW_bn_from_montgomery_small macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2792 #define bn_from_montgomery_small BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_from_montgomery_small) macro