Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_sqrt.c13 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 Decp_oct.c105 if (!BN_mod_sqrt(y, tmp1, group->field, ctx)) { in ossl_ec_GFp_simple_set_compressed_coordinates()
/openssl-master/include/openssl/
A Dbn.h349 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
/openssl-master/util/
A Dmissingcrypto.txt267 BN_mod_sqrt(3)
A Dmissingcrypto111.txt291 BN_mod_sqrt(3)
A Dlibcrypto.num3282 BN_mod_sqrt 3352 3_0_0 EXIST::FUNCTION:
/openssl-master/test/
A Dbntest.c1692 if (!TEST_true(BN_mod_sqrt(ret, a, p, ctx)) in file_modsqrt()
/openssl-master/
A DCHANGES.md10851 * 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