Searched refs:BN_mod_sqrt (Results 1 – 14 of 14) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_add.pod | 6 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/ |
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/ec/ |
D | ecp_oct.c | 101 if (!BN_mod_sqrt(y, tmp1, group->field, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 320 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
|
/third_party/openssl/test/ |
D | bntest.c | 1734 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/ |
D | crypto_openssl.c | 1549 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/ |
D | bnmod.txt | 2803 # Negative testcases for BN_mod_sqrt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 1622 res = BN_mod_sqrt((BIGNUM *) c, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_sqrtmod()
|
/third_party/openssl/ |
D | NEWS | 11 o Fixed a bug in the BN_mod_sqrt() function that can cause it to loop
|
D | CHANGES | 134 *) 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/ |
D | boringssl_prefix_symbols.h | 953 #define BN_mod_sqrt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_mod_sqrt) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 223 BN_F_BN_MOD_SQRT:121:BN_mod_sqrt
|
/third_party/openssl/util/ |
D | libcrypto.num | 3400 BN_mod_sqrt 3352 1_1_0 EXIST::FUNCTION:
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 193 * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
|