Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBN_add.pod6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_mod_sqrt, BN_exp, BN_mod_exp, BN_gcd -
39 BIGNUM *BN_mod_sqrt(BIGNUM *in, BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
92 BN_mod_sqrt() returns the modular square root of I<a> such that
119 The BN_mod_sqrt() returns the result (possibly incorrect if I<p> is
/third_party/openssl/crypto/bn/
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/ec/
Decp_oct.c101 if (!BN_mod_sqrt(y, tmp1, group->field, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
/third_party/openssl/include/openssl/
Dbn.h320 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
/third_party/openssl/test/
Dbntest.c1734 if (!TEST_ptr_null(BN_mod_sqrt(ret, a, p, ctx))) in file_modsqrt()
1742 if (!TEST_ptr(BN_mod_sqrt(ret, a, p, ctx)) in file_modsqrt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1549 res = BN_mod_sqrt((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrtmod()
/third_party/openssl/test/recipes/10-test_bn_data/
Dbnmod.txt2803 # Negative testcases for BN_mod_sqrt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1622 res = BN_mod_sqrt((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrtmod()
/third_party/openssl/
DNEWS11 o Fixed a bug in the BN_mod_sqrt() function that can cause it to loop
DCHANGES134 *) Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever
158 Also any other applications that use the BN_mod_sqrt() where the attacker
6795 *) Change BN_mod_sqrt() so that it verifies that the input value
6797 BN_mod_sqrt would show GIGO behaviour.)
9131 *) New function BN_mod_sqrt for computing square roots modulo a prime
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h953 #define BN_mod_sqrt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_sqrt) macro
/third_party/openssl/crypto/err/
Dopenssl.txt223 BN_F_BN_MOD_SQRT:121:BN_mod_sqrt
/third_party/openssl/util/
Dlibcrypto.num3400 BN_mod_sqrt 3352 1_1_0 EXIST::FUNCTION:
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md193 * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)