/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | Tag.aidl | 510 APPLICATION_ID = TagType.BYTES | 601, 533 APPLICATION_DATA = TagType.BYTES | 700, 562 ROOT_OF_TRUST = TagType.BYTES | 704, 641 UNIQUE_ID = TagType.BYTES | 707, 652 ATTESTATION_CHALLENGE = TagType.BYTES | 708, 678 ATTESTATION_APPLICATION_ID = TagType.BYTES | 709, 691 ATTESTATION_ID_BRAND = TagType.BYTES | 710, 704 ATTESTATION_ID_DEVICE = TagType.BYTES | 711, 717 ATTESTATION_ID_PRODUCT = TagType.BYTES | 712, 729 ATTESTATION_ID_SERIAL = TagType.BYTES | 713, [all …]
|
D | TagType.aidl | 59 BYTES = 9 << 28, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/ |
D | Tag.aidl | 70 APPLICATION_ID = (android.hardware.security.keymint.TagType.BYTES | 601) /* -1879047591 */, 71 APPLICATION_DATA = (android.hardware.security.keymint.TagType.BYTES | 700) /* -1879047492 */, 74 ROOT_OF_TRUST = (android.hardware.security.keymint.TagType.BYTES | 704) /* -1879047488 */, 77 UNIQUE_ID = (android.hardware.security.keymint.TagType.BYTES | 707) /* -1879047485 */, 78 ATTESTATION_CHALLENGE = (android.hardware.security.keymint.TagType.BYTES | 708) /* -1879047484 */, 79 …ATTESTATION_APPLICATION_ID = (android.hardware.security.keymint.TagType.BYTES | 709) /* -187904748… 80 ATTESTATION_ID_BRAND = (android.hardware.security.keymint.TagType.BYTES | 710) /* -1879047482 */, 81 ATTESTATION_ID_DEVICE = (android.hardware.security.keymint.TagType.BYTES | 711) /* -1879047481 */, 82 …ATTESTATION_ID_PRODUCT = (android.hardware.security.keymint.TagType.BYTES | 712) /* -1879047480 */, 83 ATTESTATION_ID_SERIAL = (android.hardware.security.keymint.TagType.BYTES | 713) /* -1879047479 */, [all …]
|
D | TagType.aidl | 47 BYTES = (9 << 28) /* -1879048192 */, enumConstant
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 29 BYTES = 9 << 28, 105 … APPLICATION_ID = TagType:BYTES | 601, /** Byte string identifying the authorized application. */ 114 APPLICATION_DATA = TagType:BYTES | 700, /** Data provided by authorized application. */ 118 ROOT_OF_TRUST = TagType:BYTES | 704, /** Root of trust ID. */ 121 UNIQUE_ID = TagType:BYTES | 707, /** Used to provide unique ID in attestation */ 122 ATTESTATION_CHALLENGE = TagType:BYTES | 708, /** Used to provide challenge in attestation */ 123 ATTESTATION_APPLICATION_ID = TagType:BYTES | 709, /* Used to identify the set of possible 126 ATTESTATION_ID_BRAND = TagType:BYTES | 710, /* Used to provide the device's brand name to be 128 ATTESTATION_ID_DEVICE = TagType:BYTES | 711, /* Used to provide the device's device name to be 130 ATTESTATION_ID_PRODUCT = TagType:BYTES | 712, /* Used to provide the device's product name to be [all …]
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | authorization_set.h | 236 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument 244 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument 250 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, char* data, in Authorization() argument 256 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, in Authorization() argument 263 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, in Authorization() argument
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 45 BYTES = 0x00700000, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
D | TagType.aidl | 47 BYTES = -1879048192, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 45 BYTES = 0x00700000, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 45 BYTES = 7340032, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
D | TagType.aidl | 47 BYTES = -1879048192, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/ |
D | TagType.aidl | 47 BYTES = -1879048192, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 45 BYTES = 0x00700000, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | VehiclePropertyType.aidl | 39 BYTES = 0x00700000, enumConstant
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
D | config.cpp | 81 CHECK(type_ == BYTES); in getBytes() 95 type_ = BYTES; in parseFromString()
|
D | config.h | 43 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleUtils.cpp | 48 case VehiclePropertyType::BYTES: in createVehiclePropValue() 74 case VehiclePropertyType::BYTES: in getVehicleRawValueVectorSize()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | config.cpp | 62 CHECK(type_ == BYTES); in getBytes() 76 type_ = BYTES; in parseFromString()
|
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | config.cc | 57 CHECK(type_ == BYTES); in getBytes() 71 type_ = BYTES; in parseFromString()
|
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 242 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument 251 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument 257 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, char* data, in Authorization() argument
|
D | keymaster_tags.h | 208 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument 385 case TagType::BYTES: 418 case TagType::BYTES:
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 201 void push_back(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, size_t data_length) { in push_back() argument 250 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument 259 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument 265 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, char* data, in Authorization() argument
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 85 case TagType::BYTES: in operator <<()
|