Searched refs:KM_BOOL (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | keymaster_defs.h | 41 KM_BOOL = 7 << 28, enumerator 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 */ 78 KM_TAG_ROLLBACK_RESISTANCE = KM_BOOL | 303, /* Hardware enforced deletion with deleteKey 80 KM_TAG_EARLY_BOOT_ONLY = KM_BOOL | 305, /* Key can only be used during early boot. */ 99 KM_TAG_ALL_USERS = KM_BOOL | 500, /* Reserved for future use -- ignore */ 104 KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503, /* If key is usable without authentication. */ 115 KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506, /* Allow key to be used after authentication timeout [all …]
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationParserSupport.h | 57 bool getSwEnforcedBool(TypedTag<KM_BOOL, Tag> tag) { in getSwEnforcedBool() argument 66 bool getHwEnforcedBool(TypedTag<KM_BOOL, Tag> tag) { in getHwEnforcedBool() argument
|