Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java98 private static final int KM_BOOL = 7 << 28; field in AuthorizationList
112 private static final int KM_TAG_ROLLBACK_RESISTANCE = KM_BOOL | 303;
116 private static final int KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503;
119 private static final int KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506;
120 private static final int KM_TAG_TRUSTED_USER_PRESENCE_REQUIRED = KM_BOOL | 507;
121 private static final int KM_TAG_TRUSTED_CONFIRMATION_REQUIRED = KM_BOOL | 508;
122 private static final int KM_TAG_UNLOCKED_DEVICE_REQUIRED = KM_BOOL | 509;
123 private static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
126 private static final int KM_TAG_ROLLBACK_RESISTANT = KM_BOOL | 703;