Home | History | Annotate | Download | only in fipstools

Lines Matching refs:string

21 	oraclePath = flag.String("oracle-bin", "", "Path to the oracle binary")
22 suiteDir = flag.String("suite-dir", "", "Base directory containing the CAVP test suite")
38 inFile string
41 args []string
57 directory string
59 suite string
65 nextLineFunc func(*bufio.Scanner, *nextLineState) (line string, isWildcard, ok bool)
69 func (t *testSuite) getDirectory() string {
78 {"gcmDecrypt128", []string{"dec", "aes-128-gcm"}, false},
79 {"gcmDecrypt256", []string{"dec", "aes-256-gcm"}, false},
80 {"gcmEncryptExtIV128", []string{"enc", "aes-128-gcm"}, false},
81 {"gcmEncryptExtIV256", []string{"enc", "aes-256-gcm"}, false},
90 {"CBCGFSbox128", []string{"kat", "aes-128-cbc"}, false},
91 {"CBCGFSbox192", []string{"kat", "aes-192-cbc"}, false},
92 {"CBCGFSbox256", []string{"kat", "aes-256-cbc"}, false},
93 {"CBCKeySbox128", []string{"kat", "aes-128-cbc"}, false},
94 {"CBCKeySbox192", []string{"kat", "aes-192-cbc"}, false},
95 {"CBCKeySbox256", []string{"kat", "aes-256-cbc"}, false},
96 {"CBCMMT128", []string{"kat", "aes-128-cbc"}, false},
97 {"CBCMMT192", []string{"kat", "aes-192-cbc"}, false},
98 {"CBCMMT256", []string{"kat", "aes-256-cbc"}, false},
99 {"CBCVarKey128", []string{"kat", "aes-128-cbc"}, false},
100 {"CBCVarKey192", []string{"kat", "aes-192-cbc"}, false},
101 {"CBCVarKey256", []string{"kat", "aes-256-cbc"}, false},
102 {"CBCVarTxt128", []string{"kat", "aes-128-cbc"}, false},
103 {"CBCVarTxt192", []string{"kat", "aes-192-cbc"}, false},
104 {"CBCVarTxt256", []string{"kat", "aes-256-cbc"}, false},
105 {"ECBGFSbox128", []string{"kat", "aes-128-ecb"}, false},
106 {"ECBGFSbox192", []string{"kat", "aes-192-ecb"}, false},
107 {"ECBGFSbox256", []string{"kat", "aes-256-ecb"}, false},
108 {"ECBKeySbox128", []string{"kat", "aes-128-ecb"}, false},
109 {"ECBKeySbox192", []string{"kat", "aes-192-ecb"}, false},
110 {"ECBKeySbox256", []string{"kat", "aes-256-ecb"}, false},
111 {"ECBMMT128", []string{"kat", "aes-128-ecb"}, false},
112 {"ECBMMT192", []string{"kat", "aes-192-ecb"}, false},
113 {"ECBMMT256", []string{"kat", "aes-256-ecb"}, false},
114 {"ECBVarKey128", []string{"kat", "aes-128-ecb"}, false},
115 {"ECBVarKey192", []string{"kat", "aes-192-ecb"}, false},
116 {"ECBVarKey256", []string{"kat", "aes-256-ecb"}, false},
117 {"ECBVarTxt128", []string{"kat", "aes-128-ecb"}, false},
118 {"ECBVarTxt192", []string{"kat", "aes-192-ecb"}, false},
119 {"ECBVarTxt256", []string{"kat", "aes-256-ecb"}, false},
121 {"ECBMCT128", []string{"mct", "aes-128-ecb"}, false},
122 {"ECBMCT192", []string{"mct", "aes-192-ecb"}, false},
123 {"ECBMCT256", []string{"mct", "aes-256-ecb"}, false},
124 {"CBCMCT128", []string{"mct", "aes-128-cbc"}, false},
125 {"CBCMCT192", []string{"mct", "aes-192-cbc"}, false},
126 {"CBCMCT256", []string{"mct", "aes-256-cbc"}, false},
149 {"SigGen", []string{"SigGen"}, true},
150 {"SigGenComponent", []string{"SigGenComponent"}, true},
175 {"SigGen15_186-3", []string{"pkcs15"}, true},
176 {"SigGenPSS_186-3", []string{"pss"}, true},
183 func(s *bufio.Scanner, state *nextLineState) (string, bool, bool) {
205 {"SigVer15_186-3", []string{"pkcs15"}, false},
206 {"SigVerPSS_186-3", []string{"pss"}, false},
222 {"SHA1LongMsg", []string{"SHA1"}, false},
223 {"SHA1ShortMsg", []string{"SHA1"}, false},
224 {"SHA224LongMsg", []string{"SHA224"}, false},
225 {"SHA224ShortMsg", []string{"SHA224"}, false},
226 {"SHA256LongMsg", []string{"SHA256"}, false},
227 {"SHA256ShortMsg", []string{"SHA256"}, false},
228 {"SHA384LongMsg", []string{"SHA384"}, false},
229 {"SHA384ShortMsg", []string{"SHA384"}, false},
230 {"SHA512LongMsg", []string{"SHA512"}, false},
231 {"SHA512ShortMsg", []string{"SHA512"}, false},
240 {"SHA1Monte", []string{"SHA1"}, false},
241 {"SHA224Monte", []string{"SHA224"}, false},
242 {"SHA256Monte", []string{"SHA256"}, false},
243 {"SHA384Monte", []string{"SHA384"}, false},
244 {"SHA512Monte", []string{"SHA512"}, false},
260 {"TCBCMMT2", []string{"kat", "des-ede-cbc"}, false},
261 {"TCBCMMT3", []string{"kat", "des-ede3-cbc"}, false},
262 {"TCBCMonte2", []string{"mct", "des-ede3-cbc"}, false},
263 {"TCBCMonte3", []string{"mct", "des-ede3-cbc"}, false},
264 {"TCBCinvperm", []string{"kat", "des-ede3-cbc"}, false},
265 {"TCBCpermop", []string{"kat", "des-ede3-cbc"}, false},
266 {"TCBCsubtab", []string{"kat", "des-ede3-cbc"}, false},
267 {"TCBCvarkey", []string{"kat", "des-ede3-cbc"}, false},
268 {"TCBCvartext", []string{"kat", "des-ede3-cbc"}, false},
269 {"TECBMMT2", []string{"kat", "des-ede"}, false},
270 {"TECBMMT3", []string{"kat", "des-ede3"}, false},
271 {"TECBMonte2", []string{"mct", "des-ede3"}, false},
272 {"TECBMonte3", []string{"mct", "des-ede3"}, false},
273 {"TECBinvperm", []string{"kat", "des-ede3"}, false},
274 {"TECBpermop", []string{"kat", "des-ede3"}, false},
275 {"TECBsubtab", []string{"kat", "des-ede3"}, false},
276 {"TECBvarkey", []string{"kat", "des-ede3"}, false},
277 {"TECBvartext", []string{"kat", "des-ede3"}, false},
286 {"KW_AD_128", []string{"dec", "128"}, false},
287 {"KW_AD_256", []string{"dec", "256"}, false},
288 {"KW_AE_128", []string{"enc", "128"}, false},
289 {"KW_AE_256", []string{"enc", "256"}, false},
296 func(s *bufio.Scanner, state *nextLineState) (line string, isWildcard, ok bool) {
321 {"KASFunctionTest_ECCEphemeralUnified_NOKC_ZZOnly_init", []string{"function"}, true},
322 {"KASFunctionTest_ECCEphemeralUnified_NOKC_ZZOnly_resp", []string{"function"}, true},
323 {"KASValidityTest_ECCEphemeralUnified_NOKC_ZZOnly_init", []string{"validity"}, false},
324 {"KASValidityTest_ECCEphemeralUnified_NOKC_ZZOnly_resp", []string{"validity"}, false},
441 var args []string
445 args = []string{"shell", "LD_LIBRARY_PATH=" + androidTmpPath, androidCAVPPath}
451 var reqPathOnDevice string
478 cmdLine := strings.Join(append([]string{bin}, args...), " ")
493 func canonicalizeLine(in string) string {
506 nextLineFunc = func(s *bufio.Scanner, state *nextLineState) (string, bool, bool) {
538 var faxLine string