Searched refs:BN_sqr (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/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>
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mod.c | 221 if (!BN_sqr(t, a, ctx)) in BN_mod_mul() 238 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
|
H A D | bn_recp.c | 67 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()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_nist.c | 167 if (!BN_sqr(r, a, ctx)) in ossl_ec_GFp_nist_field_sqr()
|
/freebsd/usr.bin/factor/ |
H A D | factor.c | 200 if (!BN_sqr(bnfact, bnfact, ctx)) in pr_fact()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 257 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
|
/freebsd/crypto/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.
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 574 BN_sqr;
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 1426 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1067 MLINKS+= BN_add.3 BN_sqr.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 7718 * Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect 8737 * Correct Bignum squaring. Bignum squaring (BN_sqr) may produce incorrect 12042 * Remove a few calls to bn_wexpand() in BN_sqr() (the one in there 14537 * Remove a few calls to bn_wexpand() in BN_sqr() (the one in there 15248 * BN_sqr() bug fix.
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2343 BN_sqr 2393 3_0_0 EXIST::FUNCTION:
|