Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationPeerDeviceVerifier.java345 @NonNull AndroidKeystoreAttestationVerificationAttributes attestationAttributes, in checkLocalBindingRequirements() argument
365 attestationAttributes, requirements.getByteArray(PARAM_CHALLENGE)); in checkLocalBindingRequirements()
385 leafCertificate, attestationAttributes); in checkLocalBindingRequirements()
403 @NonNull AndroidKeystoreAttestationVerificationAttributes attestationAttributes, in checkAttestationForPeerDeviceProfile()
408 if (attestationAttributes.getAttestationVersion() < 3) { in checkAttestationForPeerDeviceProfile()
416 if (attestationAttributes.getKeymasterVersion() < 4) { in checkAttestationForPeerDeviceProfile()
424 if (attestationAttributes.getKeyOsVersion() < 100000) { in checkAttestationForPeerDeviceProfile()
431 if (!attestationAttributes.isAttestationHardwareBacked()) { in checkAttestationForPeerDeviceProfile()
438 if (!attestationAttributes.isKeymasterHardwareBacked()) { in checkAttestationForPeerDeviceProfile()
445 if (attestationAttributes.getVerifiedBootState() != VERIFIED) { in checkAttestationForPeerDeviceProfile()
[all …]