Searched refs:BN_mod_sqrt (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() function
|
/third_party/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_oct.c | 105 if (!BN_mod_sqrt(y, tmp1, group->field, ctx)) { in ossl_ec_GFp_simple_set_compressed_coordinates() 135 * BN_mod_sqrt() should have caught this error (not a square) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_oct.c | 105 if (!BN_mod_sqrt(y, tmp1, group->field, ctx)) { in ossl_ec_GFp_simple_set_compressed_coordinates() 135 * BN_mod_sqrt() should have caught this error (not a square) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 79 pub fn BN_mod_sqrt( in BN_mod_sqrt() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 657 #[corresponds(BN_mod_sqrt)] 666 cvt_p(ffi::BN_mod_sqrt( in mod_sqrt()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 320 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 349 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 349 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
|
/third_party/openssl/test/ |
H A D | bntest.c | 1730 if (!TEST_ptr_null(BN_mod_sqrt(ret, a, p, ctx))) in file_modsqrt() 1738 if (!TEST_ptr(BN_mod_sqrt(ret, a, p, ctx)) in file_modsqrt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1549 res = BN_mod_sqrt((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrtmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 1622 res = BN_mod_sqrt((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrtmod()
|
Completed in 17 milliseconds