Add blowfish-cbc tests for 128, 256 and 448 bits keys.
This commit is contained in:
parent
46bfaede57
commit
b0f6fce42a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.173 2016/11/07 21:09:03 kamil Exp $
|
||||
# $NetBSD: mi,v 1.174 2016/11/10 23:44:36 alnsn Exp $
|
||||
./etc/mtree/set.debug comp-sys-root
|
||||
./usr/lib comp-sys-usr compatdir
|
||||
./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile
|
||||
@ -1592,6 +1592,7 @@
|
||||
./usr/libdata/debug/usr/tests/dev/audio/h_pad.debug tests-fs-debug debug,atf,rump
|
||||
./usr/libdata/debug/usr/tests/dev/cgd/h_img2cgd/h_img2cgd.debug tests-obsolete obsolete,compattestfile
|
||||
./usr/libdata/debug/usr/tests/dev/cgd/t_cgd_aes.debug tests-fs-debug atf,compattestfile,crypto,debug,rump
|
||||
./usr/libdata/debug/usr/tests/dev/cgd/t_cgd_blowfish.debug tests-fs-debug atf,compattestfile,crypto,debug,rump
|
||||
./usr/libdata/debug/usr/tests/dev/clock_subr/t_clock_subr.debug tests-fs-debug debug,atf,rump
|
||||
./usr/libdata/debug/usr/tests/dev/md/h_mdserv.debug tests-fs-debug debug,atf,rump
|
||||
./usr/libdata/debug/usr/tests/dev/scsipi/t_cd.debug tests-fs-debug debug,atf,rump
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2016/11/07 16:33:37 scole Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2016/11/10 23:44:36 alnsn Exp $
|
||||
#
|
||||
|
||||
.include <bsd.own.mk>
|
||||
@ -9,8 +9,8 @@ FILESDIR= ${TESTSDIR}
|
||||
|
||||
TESTS_SH= t_cgd
|
||||
|
||||
.if ${MKCRYPTO} == "yes" && ${MKRUMP} == "yes"
|
||||
TESTS_C= t_cgd_aes
|
||||
.if ${MKCRYPTO} != "no" && ${MKRUMP} != "no"
|
||||
TESTS_C= t_cgd_aes t_cgd_blowfish
|
||||
|
||||
WARNS= 4
|
||||
CPPFLAGS+= -D_KERNTYPES
|
||||
|
2341
tests/dev/cgd/t_cgd_blowfish.c
Normal file
2341
tests/dev/cgd/t_cgd_blowfish.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user