HomeSort by relevance Sort by last modified time
    Searched defs:KM_BOOL (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 93 private static final int KM_BOOL = 7 << 28;
110 private static final int KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503;
112 private static final int KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506;
114 private static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
118 private static final int KM_TAG_ROLLBACK_RESISTANT = KM_BOOL | 703;
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 40 public static final int KM_BOOL = 7 << 28;
53 public static final int KM_TAG_CALLER_NONCE = KM_BOOL | 7;
61 public static final int KM_TAG_INCLUDE_UNIQUE_ID = KM_BOOL | 202;
69 public static final int KM_TAG_ALL_USERS = KM_BOOL | 500;
72 public static final int KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503;
75 public static final int KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506;
77 public static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
82 public static final int KM_TAG_ROLLBACK_RESISTANT = KM_BOOL | 703;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 41 KM_BOOL = 7 << 28,
61 KM_TAG_CALLER_NONCE = KM_BOOL | 7, /* Allow caller to specify nonce or IV. */
69 KM_TAG_ECIES_SINGLE_HASH_MODE = KM_BOOL | 201, /* Whether the ephemeral public key is fed into
71 KM_TAG_INCLUDE_UNIQUE_ID = KM_BOOL | 202, /* If true, attestation certificates for this key
77 KM_TAG_BOOTLOADER_ONLY = KM_BOOL | 302, /* Usable only by bootloader */
96 KM_TAG_ALL_USERS = KM_BOOL | 500, /* Reserved for future use -- ignore */
101 KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503, /* If key is usable without authentication. */
112 KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506, /* Allow key to be used after authentication timeout
117 KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600, /* Specified to indicate key is usable by all
121 KM_TAG_EXPORTABLE = KM_BOOL | 602, /* If true, private/secret key can be exported, bu
    [all...]

Completed in 686 milliseconds