Home
last modified time | relevance | path

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

/external/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.cc602 ASSERT_TRUE(BN_mod_sqrt(ret.get(), a.get(), p.get(), ctx)); in TestModSqrt()
616 EXPECT_FALSE(BN_mod_sqrt(ret.get(), not_mod_square.get(), p.get(), ctx)) in TestNotModSquare()
/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c357 if (!BN_mod_sqrt(y, tmp1, &group->field, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
/external/boringssl/src/include/openssl/
Dbn.h580 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,