Home
last modified time | relevance | path

Searched refs:BN_mod_sqrt (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_sqrt.c13 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 Dbn_sqrt.c13 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 Decp_oct.c105 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 Decp_oct.c105 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 Dbn.rs79 pub fn BN_mod_sqrt( in BN_mod_sqrt() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs657 #[corresponds(BN_mod_sqrt)]
666 cvt_p(ffi::BN_mod_sqrt( in mod_sqrt()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h320 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h349 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
/third_party/openssl/include/openssl/
H A Dbn.h349 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
/third_party/openssl/test/
H A Dbntest.c1730 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 Dcrypto_openssl.c1549 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 Dcrypto_openssl.c1622 res = BN_mod_sqrt((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrtmod()

Completed in 17 milliseconds