Searched refs:BN_sqr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_recp.c117 if (!BN_sqr(a, x, ctx))
H A Dbnspeed.c211 BN_sqr(r, a, ctx);
H A Dbn_mod.c321 if (!BN_sqr(t, a, ctx))
338 if (!BN_sqr(r, a, ctx))
H A Dbn_sqr.c67 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) function
84 fprintf(stderr, "BN_sqr %d * %d\n", a->top, a->top);
H A Dbntest.c226 message(out, "BN_sqr");
718 BN_sqr(c, a, ctx);
737 /* Regression test for a BN_sqr overflow bug. */
741 BN_sqr(c, a, ctx);
754 fprintf(stderr, "Square test failed: BN_sqr and BN_mul produce "
759 /* Regression test for a BN_sqr overflow bug. */
763 BN_sqr(c, a, ctx);
776 fprintf(stderr, "Square test failed: BN_sqr and BN_mul produce "
H A Dbn.h502 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
H A Dbn_exp.c177 if (!BN_sqr(v, v, ctx))
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nist.c210 if (!BN_sqr(r, a, ctx))
/freebsd-11-stable/usr.bin/factor/
H A Dfactor.c215 if (!BN_sqr(bnfact, bnfact, ctx))
216 errx(1, "error in BN_sqr()");
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man371 MLINKS+= BN_add.3 BN_sqr.3

Completed in 110 milliseconds