Searched refs:BN_mod_sqrt (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/bn/ |
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
|
/openssl-master/crypto/ec/ |
A D | ecp_oct.c | 105 if (!BN_mod_sqrt(y, tmp1, group->field, ctx)) { in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/openssl-master/include/openssl/ |
A D | bn.h | 349 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
|
/openssl-master/util/ |
A D | missingcrypto.txt | 267 BN_mod_sqrt(3)
|
A D | missingcrypto111.txt | 291 BN_mod_sqrt(3)
|
A D | libcrypto.num | 3282 BN_mod_sqrt 3352 3_0_0 EXIST::FUNCTION:
|
/openssl-master/test/ |
A D | bntest.c | 1692 if (!TEST_true(BN_mod_sqrt(ret, a, p, ctx)) in file_modsqrt()
|
/openssl-master/ |
A D | CHANGES.md | 10851 * Change BN_mod_sqrt() so that it verifies that the input value 10853 BN_mod_sqrt would show GIGO behaviour.) 13487 * New function BN_mod_sqrt for computing square roots modulo a prime
|
Completed in 42 milliseconds