Home
last modified time | relevance | path

Searched refs:BN_sqr (Results 1 – 11 of 11) sorted by relevance

/openssl-master/doc/man3/
A DBN_add.pod5 BN_add, BN_sub, BN_mul, BN_sqr, BN_div, BN_mod, BN_nnmod, BN_mod_add,
19 int BN_sqr(BIGNUM *r, BIGNUM *a, BN_CTX *ctx);
58 BN_sqr() takes the square of I<a> and places the result in I<r>
/openssl-master/crypto/bn/
A Dbn_mod.c211 if (!BN_sqr(t, a, ctx)) in BN_mod_mul()
228 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
A Dbn_recp.c67 if (!BN_sqr(a, x, ctx)) in BN_mod_mul_reciprocal()
A Dbn_sqr.c17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
A Dbn_exp.c71 if (!BN_sqr(v, v, ctx)) in BN_exp()
/openssl-master/crypto/ec/
A Decp_nist.c167 if (!BN_sqr(r, a, ctx)) in ossl_ec_GFp_nist_field_sqr()
/openssl-master/include/openssl/
A Dbn.h257 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/openssl-master/test/recipes/10-test_bn_data/
A Dbnmul.txt12 # Regression test for a BN_sqr overflow bug.
16 # Regression test for a BN_sqr overflow bug.
/openssl-master/test/
A Dbntest.c1381 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
/openssl-master/
A DCHANGES.md6754 * Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect
7773 * Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect
11078 * Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
13573 * Remove a few calls to bn_wexpand() in BN_sqr() (the one in there
14284 * BN_sqr() bug fix.
/openssl-master/util/
A Dlibcrypto.num2343 BN_sqr 2393 3_0_0 EXIST::FUNCTION:

Completed in 72 milliseconds