Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java86 public static final int HW_AUTH_FINGERPRINT = 1 << 1; field in AuthorizationList
320 if ((userAuthType & HW_AUTH_FINGERPRINT) != 0) in userAuthTypeToString()