/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 148 if (!BN_mod_sqr(y, b, p, ctx)) in BN_mod_sqrt() 280 if (!BN_mod_sqr(b, x, p, ctx)) in BN_mod_sqrt() 310 if (!BN_mod_sqr(t, b, p, ctx)) in BN_mod_sqrt() 330 if (!BN_mod_sqr(t, t, p, ctx)) in BN_mod_sqrt() 349 if (!BN_mod_sqr(x, ret, p, ctx)) in BN_mod_sqrt()
|
H A D | bn_mod.c | 236 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() function
|
/third_party/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 148 if (!BN_mod_sqr(y, b, p, ctx)) in BN_mod_sqrt() 280 if (!BN_mod_sqr(b, x, p, ctx)) in BN_mod_sqrt() 310 if (!BN_mod_sqr(t, b, p, ctx)) in BN_mod_sqrt() 330 if (!BN_mod_sqr(t, t, p, ctx)) in BN_mod_sqrt() 349 if (!BN_mod_sqr(x, ret, p, ctx)) in BN_mod_sqrt()
|
H A D | bn_mod.c | 226 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_oct.c | 63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
H A D | ecp_smpl.c | 295 if (!BN_mod_sqr(tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 303 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 571 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 1374 return BN_mod_sqr(r, a, group->field, ctx); in ossl_ec_GFp_simple_field_sqr()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_oct.c | 63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
H A D | ecp_smpl.c | 295 if (!BN_mod_sqr(tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 303 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 571 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 1374 return BN_mod_sqr(r, a, group->field, ctx); in ossl_ec_GFp_simple_field_sqr()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 72 pub fn BN_mod_sqr( in BN_mod_sqr() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 638 #[corresponds(BN_mod_sqr)] 646 cvt(ffi::BN_mod_sqr( in mod_sqr()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 259 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 283 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 283 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1528 res = BN_mod_sqr((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrmod() 1924 BN_mod_sqr(tmp, (const BIGNUM *) x, e->prime, e->bnctx) && in crypto_ec_point_compute_y_sqr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 1601 res = BN_mod_sqr((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrmod() 1988 BN_mod_sqr(tmp, (const BIGNUM *) x, e->prime, e->bnctx) && in crypto_ec_point_compute_y_sqr()
|