Searched refs:BN_sqr (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H 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, const BIGNUM *a, BN_CTX *ctx); 60 BN_sqr() takes the square of I<a> and places the result in I<r>
|
/openssl/crypto/bn/ |
H A D | bn_mod.c | 220 if (!BN_sqr(t, a, ctx)) in BN_mod_mul() 237 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
|
H A D | bn_recp.c | 65 if (!BN_sqr(a, x, ctx)) in BN_mod_mul_reciprocal()
|
H A D | bn_sqr.c | 17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
|
H A D | bn_exp.c | 80 if (!BN_sqr(v, v, ctx)) in BN_exp()
|
/openssl/crypto/ec/ |
H A D | ecp_nist.c | 167 if (!BN_sqr(r, a, ctx)) in ossl_ec_GFp_nist_field_sqr()
|
/openssl/include/openssl/ |
H A D | bn.h | 263 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
|
/openssl/test/recipes/10-test_bn_data/ |
H A D | bnmul.txt | 12 # Regression test for a BN_sqr overflow bug. 16 # Regression test for a BN_sqr overflow bug.
|
/openssl/test/ |
H A D | bntest.c | 1445 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
|
/openssl/ |
H A D | CHANGES.md | 8693 * Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect 9712 * Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect 13017 * Remove a few calls to bn_wexpand() in BN_sqr() (the one in there 15512 * Remove a few calls to bn_wexpand() in BN_sqr() (the one in there 16223 * BN_sqr() bug fix.
|
/openssl/util/ |
H A D | libcrypto.num | 2343 BN_sqr 2393 3_0_0 EXIST::FUNCTION:
|
Completed in 110 milliseconds