Searched refs:BN_sqr (Results 1 – 11 of 11) sorted by relevance
/openssl-master/doc/man3/ |
A D | BN_add.pod | 5 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 D | bn_mod.c | 211 if (!BN_sqr(t, a, ctx)) in BN_mod_mul() 228 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
|
A D | bn_recp.c | 67 if (!BN_sqr(a, x, ctx)) in BN_mod_mul_reciprocal()
|
A D | bn_sqr.c | 17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
|
A D | bn_exp.c | 71 if (!BN_sqr(v, v, ctx)) in BN_exp()
|
/openssl-master/crypto/ec/ |
A D | ecp_nist.c | 167 if (!BN_sqr(r, a, ctx)) in ossl_ec_GFp_nist_field_sqr()
|
/openssl-master/include/openssl/ |
A D | bn.h | 257 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
|
/openssl-master/test/recipes/10-test_bn_data/ |
A D | bnmul.txt | 12 # Regression test for a BN_sqr overflow bug. 16 # Regression test for a BN_sqr overflow bug.
|
/openssl-master/test/ |
A D | bntest.c | 1381 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
|
/openssl-master/ |
A D | CHANGES.md | 6754 * 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 D | libcrypto.num | 2343 BN_sqr 2393 3_0_0 EXIST::FUNCTION:
|
Completed in 72 milliseconds