Date: Mon, 6 Jan 2003 14:11:56 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/crypto Makefile cryptokeytest.c cryptostats.c cryptotest.c Message-ID: <200301062211.h06MBuDA038189@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/01/06 14:11:56 PST Modified files: tools/tools/crypto Makefile cryptotest.c Added files: tools/tools/crypto cryptokeytest.c cryptostats.c Log: more crypto test stuff: o cryptotest can now run multiple threads with -t option o cryptotest can now "profile" time spent doing symmetric ops with -p o cryptostats dumps the crypto statistics block o cryptokeystat is an openbsd app that tests public key ops Revision Changes Path 1.2 +7 -1 src/tools/tools/crypto/Makefile 1.1 +224 -0 src/tools/tools/crypto/cryptokeytest.c (new) 1.1 +77 -0 src/tools/tools/crypto/cryptostats.c (new) 1.2 +142 -21 src/tools/tools/crypto/cryptotest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301062211.h06MBuDA038189>