Home
last modified time | relevance | path

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

/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DJsonSignatureTest.java319 int skippedAlgorithms = 0; in testVerification() local
347 skippedAlgorithms++; in testVerification()
431 if (skippedKeys > 0 || skippedAlgorithms > 0 || verifiedSignatures == 0) { in testVerification()
438 + skippedAlgorithms in testVerification()
448 if (skippedKeys == 0 && skippedAlgorithms == 0) { in testVerification()
DRsaPssTest.java402 Set<String> skippedAlgorithms = new HashSet<String>(); in testRsaPss() local
418 skippedAlgorithms.add(algorithm); in testRsaPss()
498 for (String s : skippedAlgorithms) { in testRsaPss()