summaryrefslogtreecommitdiff
path: root/mozilla/security/nss/tests/pkcs11/netscape/suites/security/pkcs11/pkcs11.reg
blob: ed4e53b4c54eef0abfd1ae829c7e7e04fcdaa3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
#
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is the Netscape security libraries.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1994-2000
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
[General]
mut=PKCS11
mutversion=1.0
htmlout=NOW
reporterSpec=NOW
program=pk11test
globalArgs=internal

[Test-1]

testId=0
testname=Use supplied pin, Generate keys on target token, NO OP, 

[Test-2]

testId=4
testname=Use supplied pin, Generate keys on target token, RSA PKCS, 

[Test-3]

testId=8
testname=Use supplied pin, Generate keys on target token, RSA 9796, 

[Test-4]

testId=12
testname=Use supplied pin, Generate keys on target token, RSA X.509, 

[Test-5]

testId=16
testname=Use supplied pin, Generate keys on target token, MD2 RSA PKCS, 

[Test-6]

testId=20
testname=Use supplied pin, Generate keys on target token, MD5 RSA PKCS, 

[Test-7]

testId=24
testname=Use supplied pin, Generate keys on target token, SHA1 RSA PKCS, 

[Test-8]

testId=28
testname=Use supplied pin, Generate keys on target token, DSA, 

[Test-9]

testId=32
testname=Use supplied pin, Generate keys on target token, DSA SHA1, 

[Test-10]

testId=36
testname=Use supplied pin, Generate keys on target token, ECDSA, 

[Test-11]

testId=40
testname=Use supplied pin, Generate keys on target token, ECDSA SHA1, 

[Test-12]

testId=44
testname=Use supplied pin, Generate keys on target token, RC2 ECB, 

[Test-13]

testId=48
testname=Use supplied pin, Generate keys on target token, RC2 CBC, 

[Test-14]

testId=52
testname=Use supplied pin, Generate keys on target token, RC4, 

[Test-15]

testId=56
testname=Use supplied pin, Generate keys on target token, RC5 ECB, 

[Test-16]

testId=60
testname=Use supplied pin, Generate keys on target token, RC5 CBC, 

[Test-17]

testId=64
testname=Use supplied pin, Generate keys on target token, DES ECB, 

[Test-18]

testId=68
testname=Use supplied pin, Generate keys on target token, DES CBC, 

[Test-19]

testId=72
testname=Use supplied pin, Generate keys on target token, DES3 ECB, 

[Test-20]

testId=76
testname=Use supplied pin, Generate keys on target token, DES3 CBC, 

[Test-21]

testId=80
testname=Use supplied pin, Generate keys on target token, CAST ECB, 

[Test-22]

testId=84
testname=Use supplied pin, Generate keys on target token, CAST CBC, 

[Test-23]

testId=88
testname=Use supplied pin, Generate keys on target token, CAST3 ECB, 

[Test-24]

testId=92
testname=Use supplied pin, Generate keys on target token, CAST3 CBC, 

[Test-25]

testId=96
testname=Use supplied pin, Generate keys on target token, CAST5 ECB, 

[Test-26]

testId=100
testname=Use supplied pin, Generate keys on target token, CAST5 CBC, 

[Test-27]

testId=104
testname=Use supplied pin, Generate keys on target token, IDEA ECB, 

[Test-28]

testId=108
testname=Use supplied pin, Generate keys on target token, IDEA CBC, 

[Test-29]

testId=112
testname=Use supplied pin, Generate keys on target token, CDMF ECB, 

[Test-30]

testId=116
testname=Use supplied pin, Generate keys on target token, CDMF CBC, 

[Test-31]

testId=120
testname=Use supplied pin, Generate keys on target token, SKIPJACK ECB64, 

[Test-32]

testId=124
testname=Use supplied pin, Generate keys on target token, SKIPJACK CBC64, 

[Test-33]

testId=128
testname=Use supplied pin, Generate keys on target token, SKIPJACK OFB64, 

[Test-34]

testId=132
testname=Use supplied pin, Generate keys on target token, SKIPJACK CFB64, 

[Test-35]

testId=136
testname=Use supplied pin, Generate keys on target token, SKIPJACK CFB32, 

[Test-36]

testId=140
testname=Use supplied pin, Generate keys on target token, SKIPJACK CFB16, 

[Test-37]

testId=144
testname=Use supplied pin, Generate keys on target token, SKIPJACK CFB8, 

[Test-38]

testId=148
testname=Use supplied pin, Generate keys on target token, BATON ECB128, 

[Test-39]

testId=152
testname=Use supplied pin, Generate keys on target token, BATON ECB96, 

[Test-40]

testId=156
testname=Use supplied pin, Generate keys on target token, BATON CBC128, 

[Test-41]

testId=160
testname=Use supplied pin, Generate keys on target token, BATON counter, 

[Test-42]

testId=164
testname=Use supplied pin, Generate keys on target token, BATON shuffle, 

[Test-43]

testId=168
testname=Use supplied pin, Generate keys on target token, JUNIPER ECB128, 

[Test-44]

testId=172
testname=Use supplied pin, Generate keys on target token, JUNIPER CBC128, 

[Test-45]

testId=176
testname=Use supplied pin, Generate keys on target token, JUNIPER counter, 

[Test-46]

testId=180
testname=Use supplied pin, Generate keys on target token, JUNIPER shuffle, 

[Test-47]

testId=2
testname=Use supplied pin, Generate keys on internal module, NO OP, 

[Test-48]

testId=6
testname=Use supplied pin, Generate keys on internal module, RSA PKCS, 

[Test-49]

testId=10
testname=Use supplied pin, Generate keys on internal module, RSA 9796, 

[Test-50]

testId=14
testname=Use supplied pin, Generate keys on internal module, RSA X.509, 

[Test-51]

testId=18
testname=Use supplied pin, Generate keys on internal module, MD2 RSA PKCS, 

[Test-52]

testId=22
testname=Use supplied pin, Generate keys on internal module, MD5 RSA PKCS, 

[Test-53]

testId=26
testname=Use supplied pin, Generate keys on internal module, SHA1 RSA PKCS, 

[Test-54]

testId=30
testname=Use supplied pin, Generate keys on internal module, DSA, 

[Test-55]

testId=34
testname=Use supplied pin, Generate keys on internal module, DSA SHA1, 

[Test-56]

testId=38
testname=Use supplied pin, Generate keys on internal module, ECDSA, 

[Test-57]

testId=42
testname=Use supplied pin, Generate keys on internal module, ECDSA SHA1, 

[Test-58]

testId=46
testname=Use supplied pin, Generate keys on internal module, RC2 ECB, 

[Test-59]

testId=50
testname=Use supplied pin, Generate keys on internal module, RC2 CBC, 

[Test-60]

testId=54
testname=Use supplied pin, Generate keys on internal module, RC4, 

[Test-61]

testId=58
testname=Use supplied pin, Generate keys on internal module, RC5 ECB, 

[Test-62]

testId=62
testname=Use supplied pin, Generate keys on internal module, RC5 CBC, 

[Test-63]

testId=66
testname=Use supplied pin, Generate keys on internal module, DES ECB, 

[Test-64]

testId=70
testname=Use supplied pin, Generate keys on internal module, DES CBC, 

[Test-65]

testId=74
testname=Use supplied pin, Generate keys on internal module, DES3 ECB, 

[Test-66]

testId=78
testname=Use supplied pin, Generate keys on internal module, DES3 CBC, 

[Test-67]

testId=82
testname=Use supplied pin, Generate keys on internal module, CAST ECB, 

[Test-68]

testId=86
testname=Use supplied pin, Generate keys on internal module, CAST CBC, 

[Test-69]

testId=90
testname=Use supplied pin, Generate keys on internal module, CAST3 ECB, 

[Test-70]

testId=94
testname=Use supplied pin, Generate keys on internal module, CAST3 CBC, 

[Test-71]

testId=98
testname=Use supplied pin, Generate keys on internal module, CAST5 ECB, 

[Test-72]

testId=102
testname=Use supplied pin, Generate keys on internal module, CAST5 CBC, 

[Test-73]

testId=106
testname=Use supplied pin, Generate keys on internal module, IDEA ECB, 

[Test-74]

testId=110
testname=Use supplied pin, Generate keys on internal module, IDEA CBC, 

[Test-75]

testId=114
testname=Use supplied pin, Generate keys on internal module, CDMF ECB, 

[Test-76]

testId=118
testname=Use supplied pin, Generate keys on internal module, CDMF CBC, 

[Test-77]

testId=122
testname=Use supplied pin, Generate keys on internal module, SKIPJACK ECB64, 

[Test-78]

testId=126
testname=Use supplied pin, Generate keys on internal module, SKIPJACK CBC64, 

[Test-79]

testId=130
testname=Use supplied pin, Generate keys on internal module, SKIPJACK OFB64, 

[Test-80]

testId=134
testname=Use supplied pin, Generate keys on internal module, SKIPJACK CFB64, 

[Test-81]

testId=138
testname=Use supplied pin, Generate keys on internal module, SKIPJACK CFB32, 

[Test-82]

testId=142
testname=Use supplied pin, Generate keys on internal module, SKIPJACK CFB16, 

[Test-83]

testId=146
testname=Use supplied pin, Generate keys on internal module, SKIPJACK CFB8, 

[Test-84]

testId=150
testname=Use supplied pin, Generate keys on internal module, BATON ECB128, 

[Test-85]

testId=154
testname=Use supplied pin, Generate keys on internal module, BATON ECB96, 

[Test-86]

testId=158
testname=Use supplied pin, Generate keys on internal module, BATON CBC128, 

[Test-87]

testId=162
testname=Use supplied pin, Generate keys on internal module, BATON counter, 

[Test-88]

testId=166
testname=Use supplied pin, Generate keys on internal module, BATON shuffle, 

[Test-89]

testId=170
testname=Use supplied pin, Generate keys on internal module, JUNIPER ECB128, 

[Test-90]

testId=174
testname=Use supplied pin, Generate keys on internal module, JUNIPER CBC128, 

[Test-91]

testId=178
testname=Use supplied pin, Generate keys on internal module, JUNIPER counter, 

[Test-92]

testId=182
testname=Use supplied pin, Generate keys on internal module, JUNIPER shuffle, 

[Test-93]

testId=1
testname=Use different (incorrect) pin, Generate keys on target token, NO OP, 

[Test-94]

testId=5
testname=Use different (incorrect) pin, Generate keys on target token, RSA PKCS, 

[Test-95]

testId=9
testname=Use different (incorrect) pin, Generate keys on target token, RSA 9796, 

[Test-96]

testId=13
testname=Use different (incorrect) pin, Generate keys on target token, RSA X.509, 

[Test-97]

testId=17
testname=Use different (incorrect) pin, Generate keys on target token, MD2 RSA PKCS, 

[Test-98]

testId=21
testname=Use different (incorrect) pin, Generate keys on target token, MD5 RSA PKCS, 

[Test-99]

testId=25
testname=Use different (incorrect) pin, Generate keys on target token, SHA1 RSA PKCS, 

[Test-100]

testId=29
testname=Use different (incorrect) pin, Generate keys on target token, DSA, 

[Test-101]

testId=33
testname=Use different (incorrect) pin, Generate keys on target token, DSA SHA1, 

[Test-102]

testId=37
testname=Use different (incorrect) pin, Generate keys on target token, ECDSA, 

[Test-103]

testId=41
testname=Use different (incorrect) pin, Generate keys on target token, ECDSA SHA1, 

[Test-104]

testId=45
testname=Use different (incorrect) pin, Generate keys on target token, RC2 ECB, 

[Test-105]

testId=49
testname=Use different (incorrect) pin, Generate keys on target token, RC2 CBC, 

[Test-106]

testId=53
testname=Use different (incorrect) pin, Generate keys on target token, RC4, 

[Test-107]

testId=57
testname=Use different (incorrect) pin, Generate keys on target token, RC5 ECB, 

[Test-108]

testId=61
testname=Use different (incorrect) pin, Generate keys on target token, RC5 CBC, 

[Test-109]

testId=65
testname=Use different (incorrect) pin, Generate keys on target token, DES ECB, 

[Test-110]

testId=69
testname=Use different (incorrect) pin, Generate keys on target token, DES CBC, 

[Test-111]

testId=73
testname=Use different (incorrect) pin, Generate keys on target token, DES3 ECB, 

[Test-112]

testId=77
testname=Use different (incorrect) pin, Generate keys on target token, DES3 CBC, 

[Test-113]

testId=81
testname=Use different (incorrect) pin, Generate keys on target token, CAST ECB, 

[Test-114]

testId=85
testname=Use different (incorrect) pin, Generate keys on target token, CAST CBC, 

[Test-115]

testId=89
testname=Use different (incorrect) pin, Generate keys on target token, CAST3 ECB, 

[Test-116]

testId=93
testname=Use different (incorrect) pin, Generate keys on target token, CAST3 CBC, 

[Test-117]

testId=97
testname=Use different (incorrect) pin, Generate keys on target token, CAST5 ECB, 

[Test-118]

testId=101
testname=Use different (incorrect) pin, Generate keys on target token, CAST5 CBC, 

[Test-119]

testId=105
testname=Use different (incorrect) pin, Generate keys on target token, IDEA ECB, 

[Test-120]

testId=109
testname=Use different (incorrect) pin, Generate keys on target token, IDEA CBC, 

[Test-121]

testId=113
testname=Use different (incorrect) pin, Generate keys on target token, CDMF ECB, 

[Test-122]

testId=117
testname=Use different (incorrect) pin, Generate keys on target token, CDMF CBC, 

[Test-123]

testId=121
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK ECB64, 

[Test-124]

testId=125
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK CBC64, 

[Test-125]

testId=129
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK OFB64, 

[Test-126]

testId=133
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK CFB64, 

[Test-127]

testId=137
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK CFB32, 

[Test-128]

testId=141
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK CFB16, 

[Test-129]

testId=145
testname=Use different (incorrect) pin, Generate keys on target token, SKIPJACK CFB8, 

[Test-130]

testId=149
testname=Use different (incorrect) pin, Generate keys on target token, BATON ECB128, 

[Test-131]

testId=153
testname=Use different (incorrect) pin, Generate keys on target token, BATON ECB96, 

[Test-132]

testId=157
testname=Use different (incorrect) pin, Generate keys on target token, BATON CBC128, 

[Test-133]

testId=161
testname=Use different (incorrect) pin, Generate keys on target token, BATON counter, 

[Test-134]

testId=165
testname=Use different (incorrect) pin, Generate keys on target token, BATON shuffle, 

[Test-135]

testId=169
testname=Use different (incorrect) pin, Generate keys on target token, JUNIPER ECB128, 

[Test-136]

testId=173
testname=Use different (incorrect) pin, Generate keys on target token, JUNIPER CBC128, 

[Test-137]

testId=177
testname=Use different (incorrect) pin, Generate keys on target token, JUNIPER counter, 

[Test-138]

testId=181
testname=Use different (incorrect) pin, Generate keys on target token, JUNIPER shuffle, 

[Test-139]

testId=3
testname=Use different (incorrect) pin, Generate keys on internal module, NO OP, 

[Test-140]

testId=7
testname=Use different (incorrect) pin, Generate keys on internal module, RSA PKCS, 

[Test-141]

testId=11
testname=Use different (incorrect) pin, Generate keys on internal module, RSA 9796, 

[Test-142]

testId=15
testname=Use different (incorrect) pin, Generate keys on internal module, RSA X.509, 

[Test-143]

testId=19
testname=Use different (incorrect) pin, Generate keys on internal module, MD2 RSA PKCS, 

[Test-144]

testId=23
testname=Use different (incorrect) pin, Generate keys on internal module, MD5 RSA PKCS, 

[Test-145]

testId=27
testname=Use different (incorrect) pin, Generate keys on internal module, SHA1 RSA PKCS, 

[Test-146]

testId=31
testname=Use different (incorrect) pin, Generate keys on internal module, DSA, 

[Test-147]

testId=35
testname=Use different (incorrect) pin, Generate keys on internal module, DSA SHA1, 

[Test-148]

testId=39
testname=Use different (incorrect) pin, Generate keys on internal module, ECDSA, 

[Test-149]

testId=43
testname=Use different (incorrect) pin, Generate keys on internal module, ECDSA SHA1, 

[Test-150]

testId=47
testname=Use different (incorrect) pin, Generate keys on internal module, RC2 ECB, 

[Test-151]

testId=51
testname=Use different (incorrect) pin, Generate keys on internal module, RC2 CBC, 

[Test-152]

testId=55
testname=Use different (incorrect) pin, Generate keys on internal module, RC4, 

[Test-153]

testId=59
testname=Use different (incorrect) pin, Generate keys on internal module, RC5 ECB, 

[Test-154]

testId=63
testname=Use different (incorrect) pin, Generate keys on internal module, RC5 CBC, 

[Test-155]

testId=67
testname=Use different (incorrect) pin, Generate keys on internal module, DES ECB, 

[Test-156]

testId=71
testname=Use different (incorrect) pin, Generate keys on internal module, DES CBC, 

[Test-157]

testId=75
testname=Use different (incorrect) pin, Generate keys on internal module, DES3 ECB, 

[Test-158]

testId=79
testname=Use different (incorrect) pin, Generate keys on internal module, DES3 CBC, 

[Test-159]

testId=83
testname=Use different (incorrect) pin, Generate keys on internal module, CAST ECB, 

[Test-160]

testId=87
testname=Use different (incorrect) pin, Generate keys on internal module, CAST CBC, 

[Test-161]

testId=91
testname=Use different (incorrect) pin, Generate keys on internal module, CAST3 ECB, 

[Test-162]

testId=95
testname=Use different (incorrect) pin, Generate keys on internal module, CAST3 CBC, 

[Test-163]

testId=99
testname=Use different (incorrect) pin, Generate keys on internal module, CAST5 ECB, 

[Test-164]

testId=103
testname=Use different (incorrect) pin, Generate keys on internal module, CAST5 CBC, 

[Test-165]

testId=107
testname=Use different (incorrect) pin, Generate keys on internal module, IDEA ECB, 

[Test-166]

testId=111
testname=Use different (incorrect) pin, Generate keys on internal module, IDEA CBC, 

[Test-167]

testId=115
testname=Use different (incorrect) pin, Generate keys on internal module, CDMF ECB, 

[Test-168]

testId=119
testname=Use different (incorrect) pin, Generate keys on internal module, CDMF CBC, 

[Test-169]

testId=123
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK ECB64, 

[Test-170]

testId=127
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK CBC64, 

[Test-171]

testId=131
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK OFB64, 

[Test-172]

testId=135
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK CFB64, 

[Test-173]

testId=139
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK CFB32, 

[Test-174]

testId=143
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK CFB16, 

[Test-175]

testId=147
testname=Use different (incorrect) pin, Generate keys on internal module, SKIPJACK CFB8, 

[Test-176]

testId=151
testname=Use different (incorrect) pin, Generate keys on internal module, BATON ECB128, 

[Test-177]

testId=155
testname=Use different (incorrect) pin, Generate keys on internal module, BATON ECB96, 

[Test-178]

testId=159
testname=Use different (incorrect) pin, Generate keys on internal module, BATON CBC128, 

[Test-179]

testId=163
testname=Use different (incorrect) pin, Generate keys on internal module, BATON counter, 

[Test-180]

testId=167
testname=Use different (incorrect) pin, Generate keys on internal module, BATON shuffle, 

[Test-181]

testId=171
testname=Use different (incorrect) pin, Generate keys on internal module, JUNIPER ECB128, 

[Test-182]

testId=175
testname=Use different (incorrect) pin, Generate keys on internal module, JUNIPER CBC128, 

[Test-183]

testId=179
testname=Use different (incorrect) pin, Generate keys on internal module, JUNIPER counter, 

[Test-184]

testId=183
testname=Use different (incorrect) pin, Generate keys on internal module, JUNIPER shuffle,