Searched refs:BN_mod_sqrt (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | sqrt.c | 65 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_mod_sqrt() function
|
D | bn_test.cc | 1381 if (!BN_mod_sqrt(r.get(), a.get(), p.get(), ctx) || in test_mod_sqrt()
|
/external/boringssl/src/crypto/ec/ |
D | oct.c | 357 if (!BN_mod_sqrt(y, tmp1, &group->field, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 564 OPENSSL_EXPORT BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p,
|