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.java94 private static final int KM_BOOL = 7 << 28; field in AuthorizationList
108 private static final int KM_TAG_ROLLBACK_RESISTANCE = KM_BOOL | 303;
112 private static final int KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503;
115 private static final int KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506;
116 private static final int KM_TAG_TRUSTED_USER_PRESENCE_REQUIRED = KM_BOOL | 507;
117 private static final int KM_TAG_TRUSTED_CONFIRMATION_REQUIRED = KM_BOOL | 508;
118 private static final int KM_TAG_UNLOCKED_DEVICE_REQUIRED = KM_BOOL | 509;
119 private static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
122 private static final int KM_TAG_ROLLBACK_RESISTANT = KM_BOOL | 703;