Home
last modified time | relevance | path

Searched refs:testVectorPath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/regress/lib/libcrypto/c2sp/
H A Dcctv.go41 const testVectorPath = "/usr/local/share/c2sp-testvectors" const
182 if _, err := os.Stat(testVectorPath); os.IsNotExist(err) {
188 b, err := ioutil.ReadFile(filepath.Join(testVectorPath, ed25519Json))
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go93 const testVectorPath = "/usr/local/share/wycheproof/testvectors" const
2717 if _, err := os.Stat(testVectorPath); os.IsNotExist(err) {
2770 tvs, err := filepath.Glob(filepath.Join(testVectorPath, test.pattern))
2775 log.Fatalf("Failed to find %v test vectors at %q\n", test.name, testVectorPath)
2779 fmt.Printf("INFO: Skipping tests from \"%s\"\n", strings.TrimPrefix(tv, testVectorPath+"/"))