Searched refs:skippedAlgorithms (Results 1 – 2 of 2) sorted by relevance
319 int skippedAlgorithms = 0; in testVerification() local347 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()
402 Set<String> skippedAlgorithms = new HashSet<String>(); in testRsaPss() local418 skippedAlgorithms.add(algorithm); in testRsaPss()498 for (String s : skippedAlgorithms) { in testRsaPss()