Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dcheck_bn_tests.go128 func checkKeys(t test, keys ...string) bool { func
179 if checkKeys(test, "A", "B", "Sum") {
184 if checkKeys(test, "A", "LShift1") {
189 if checkKeys(test, "A", "N", "LShift") {
194 if checkKeys(test, "A", "N", "RShift") {
199 if checkKeys(test, "A", "Square") {
204 if checkKeys(test, "A", "B", "Product") {
209 if checkKeys(test, "A", "B", "Quotient", "Remainder") {
215 if checkKeys(test, "A", "B", "M", "ModMul") {
221 if checkKeys(test, "A", "E", "M", "ModExp") {
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java553 Set checkKeys = new HashSet(); in processCRLF() local
568 checkKeys.add(validKeys.get(i)); in processCRLF()
572 if (checkKeys.isEmpty() && lastException == null) in processCRLF()
576 if (checkKeys.isEmpty() && lastException != null) in processCRLF()
581 return checkKeys; in processCRLF()