Searched refs:shouldFail (Results 1 – 1 of 1) sorted by relevance
200 private static boolean tryEncrypt(boolean shouldFail) { in tryEncrypt() argument214 if (!shouldFail) { in tryEncrypt()503 private boolean verifyEncrypt(boolean shouldFail) { in verifyEncrypt() argument509 encryptSuccess = tryEncrypt(shouldFail); in verifyEncrypt()510 if (shouldFail != encryptSuccess) { in verifyEncrypt()