Home
last modified time | relevance | path

Searched refs:BN_mod_sqrt (Results 1 – 21 of 21) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
Dssl_util.py131 ssl.BN_mod_sqrt.restype = ctypes.c_void_p
132 ssl.BN_mod_sqrt.argtypes = [
964 ssl.BN_mod_sqrt, self._helper.ctx, modulus
978 ssl.BN_mod_sqrt, self._helper.ctx, modulus
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Doct.c291 if (!BN_mod_sqrt(y, tmp1, &group->field, ctx)) { in EC_POINT_set_compressed_coordinates_GFp()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_mod_sqrt() function
Dbn_test.cc866 ASSERT_TRUE(BN_mod_sqrt(ret.get(), a.get(), p.get(), ctx)); in TestModSqrt()
880 EXPECT_FALSE(BN_mod_sqrt(ret.get(), not_mod_square.get(), p.get(), ctx)) in TestNotModSquare()
/external/private-join-and-compute/private_join_and_compute/crypto/
Dbig_num.cc261 BN_mod_sqrt(r.bn_.get(), bn_.get(), m.bn_.get(), bn_ctx_)); in ModSqrt()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.cc.inc265 if (!BN_mod_sqrt(y, tmp1, field, ctx)) {
/external/rust/crates/openssl/src/
Dbn.rs657 #[corresponds(BN_mod_sqrt)]
665 cvt_p(ffi::BN_mod_sqrt( in mod_sqrt()
/external/cronet/tot/third_party/boringssl/src/include/openssl/
Dbn.h619 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
/external/cronet/stable/third_party/boringssl/src/include/openssl/
Dbn.h619 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
/external/boringssl/src/include/openssl/
Dbn.h507 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/
Dbn.h590 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/ec/
Doct.cc.inc322 if (!BN_mod_sqrt(y, tmp1, field, ctx)) {
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/ec/
Doct.cc.inc322 if (!BN_mod_sqrt(y, tmp1, field, ctx)) {
/external/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.cc.inc17 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
Dbn_test.cc814 ASSERT_TRUE(BN_mod_sqrt(ret.get(), a.get(), p.get(), ctx)); in TestModSqrt()
828 EXPECT_FALSE(BN_mod_sqrt(ret.get(), not_mod_square.get(), p.get(), ctx)) in TestNotModSquare()
2724 BN_free(BN_mod_sqrt(nullptr, bn2140141.get(), bn4588033.get(), ctx())); in TEST_F()
2725 BN_free(BN_mod_sqrt(nullptr, bn2140142.get(), bn4588033.get(), ctx())); in TEST_F()
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc870 ASSERT_TRUE(BN_mod_sqrt(ret.get(), a.get(), p.get(), ctx)); in TestModSqrt()
884 EXPECT_FALSE(BN_mod_sqrt(ret.get(), not_mod_square.get(), p.get(), ctx)) in TestNotModSquare()
2784 BN_free(BN_mod_sqrt(nullptr, bn2140141.get(), bn4588033.get(), ctx())); in TEST_F()
2785 BN_free(BN_mod_sqrt(nullptr, bn2140142.get(), bn4588033.get(), ctx())); in TEST_F()
Dsqrt.cc.inc62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc870 ASSERT_TRUE(BN_mod_sqrt(ret.get(), a.get(), p.get(), ctx)); in TestModSqrt()
884 EXPECT_FALSE(BN_mod_sqrt(ret.get(), not_mod_square.get(), p.get(), ctx)) in TestNotModSquare()
2784 BN_free(BN_mod_sqrt(nullptr, bn2140141.get(), bn4588033.get(), ctx())); in TEST_F()
2785 BN_free(BN_mod_sqrt(nullptr, bn2140142.get(), bn4588033.get(), ctx())); in TEST_F()
Dsqrt.cc.inc62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) {
/external/grpc-grpc/src/boringssl/
Dboringssl_prefix_symbols.h1016 #define BN_mod_sqrt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_sqrt) macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1002 #define BN_mod_sqrt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_sqrt) macro