]> git.saurik.com Git - apple/security.git/blob - SecurityTests/cspxutils/feedvt
Security-57031.10.10.tar.gz
[apple/security.git] / SecurityTests / cspxutils / feedvt
1 #! /bin/csh -f
2 #
3 # run FEE tests for CSP/X.
4 #
5 set BUILD_DIR=$LOCAL_BUILD_DIR
6 #
7 set CMD_ARGS=
8 #
9 while ( $#argv > 0 )
10 set CMD_ARGS = "$CMD_ARGS $argv[1]"
11 shift
12 end
13 #
14 # run thru the known curves
15 #
16 ./feeCurve $CMD_ARGS k=31 C=m || exit(1)
17 ./feeCurve $CMD_ARGS k=31 C=w || exit(1)
18 ./feeCurve $CMD_ARGS k=127 C=m || exit(1)
19 ./feeCurve $CMD_ARGS k=128 C=w || exit(1)
20 ./feeCurve $CMD_ARGS k=161 C=w || exit(1)
21 ./feeCurve $CMD_ARGS k=161 P=g || exit(1)
22 ./feeCurve $CMD_ARGS k=192 C=w || exit(1)