Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H 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);
60 BN_sqr() takes the square of I<a> and places the result in I<r>
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mod.c221 if (!BN_sqr(t, a, ctx)) in BN_mod_mul()
238 if (!BN_sqr(r, a, ctx)) in BN_mod_sqr()
H A Dbn_recp.c67 if (!BN_sqr(a, x, ctx)) in BN_mod_mul_reciprocal()
H A Dbn_sqr.c17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
H A Dbn_exp.c80 if (!BN_sqr(v, v, ctx)) in BN_exp()
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nist.c167 if (!BN_sqr(r, a, ctx)) in ossl_ec_GFp_nist_field_sqr()
/freebsd/usr.bin/factor/
H A Dfactor.c200 if (!BN_sqr(bnfact, bnfact, ctx)) in pr_fact()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h257 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnmul.txt12 # Regression test for a BN_sqr overflow bug.
16 # Regression test for a BN_sqr overflow bug.
/freebsd/crypto/openssl/test/
H A Dbntest.c1426 if (!TEST_true(BN_sqr(ret, a, ctx)) in file_square()
/freebsd/secure/lib/libcrypto/
H A DVersion.map574 BN_sqr;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1067 MLINKS+= BN_add.3 BN_sqr.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2343 BN_sqr 2393 3_0_0 EXIST::FUNCTION: