Searched refs:KM_BYTES (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | keymaster_defs.h | 43 KM_BYTES = 9 << 28, enumerator 126 KM_TAG_APPLICATION_ID = KM_BYTES | 601, /* Byte string identifying the authorized 136 KM_TAG_APPLICATION_DATA = KM_BYTES | 700, /* Data provided by authorized application. */ 140 KM_TAG_ROOT_OF_TRUST = KM_BYTES | 704, /* Root of trust ID. */ 143 KM_TAG_UNIQUE_ID = KM_BYTES | 707, /* Used to provide unique ID in attestation */ 144 KM_TAG_ATTESTATION_CHALLENGE = KM_BYTES | 708, /* Used to provide challenge in attestation */ 145 KM_TAG_ATTESTATION_APPLICATION_ID = KM_BYTES | 709, /* Used to identify the set of possible 148 KM_TAG_ATTESTATION_ID_BRAND = KM_BYTES | 710, /* Used to provide the device's brand name to be 150 KM_TAG_ATTESTATION_ID_DEVICE = KM_BYTES | 711, /* Used to provide the device's device name to be 152 KM_TAG_ATTESTATION_ID_PRODUCT = KM_BYTES | 712, /* Used to provide the device's product name to [all …]
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationParserSupport.h | 75 optional<vector<uint8_t>> getHwEnforcedBlob(TypedTag<KM_BYTES, Tag> tag) { in getHwEnforcedBlob() argument 86 optional<vector<uint8_t>> getSwEnforcedBlob(TypedTag<KM_BYTES, Tag> tag) { in getSwEnforcedBlob() argument
|