Searched refs:isValidPatchLevel (Results 1 – 1 of 1) sorted by relevance
465 if (!isValidPatchLevel(attestationAttributes.getKeyOsPatchLevel())) { in checkAttestationForPeerDeviceProfile()473 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()480 if (!isValidPatchLevel(attestationAttributes.getKeyVendorPatchLevel())) { in checkAttestationForPeerDeviceProfile()487 if (!isValidPatchLevel(attestationAttributes.getKeyBootPatchLevel())) { in checkAttestationForPeerDeviceProfile()528 private boolean isValidPatchLevel(int patchLevel) { in isValidPatchLevel() method in AttestationVerificationPeerDeviceVerifier