Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java173 Utils.logError("challenge mismatch\nExpected:", in testEcAttestation()
178 Utils.logError("Attestation cert reporting non-TEE security level", in testEcAttestation()
182 Utils.logError("Keymaster reporting non-TEE security level", in testEcAttestation()
294 Utils.logError("Root of trust isn't reporting boot verified.", in checkRootOfTrust()
DUtils.java11 public static void logError(String message, int expected, int actual) { in logError() method in Utils
17 public static void logError(String message, byte[] expected, byte[] actual) { in logError() method in Utils