/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/automotive/vehicle/2.0/default/common/src/ |
D | VehicleUtils.cpp | 48 case VehiclePropertyType::BYTES: in createVehiclePropValue() 74 case VehiclePropertyType::BYTES: in getVehicleRawValueVectorSize()
|
D | VehicleObjectPool.cpp | 149 check(&v->bytes, VehiclePropertyType::BYTES == mPropType) && v->stringValue.size() == 0; in check()
|
/hardware/nxp/secure_element/libese-spi/p73/utils/ |
D | config.cpp | 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 | 240 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument 249 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument 255 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, char* data, in Authorization() argument
|
D | keymaster_tags.h | 199 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
|
/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
|
D | key_param_output.cpp | 113 case TagType::BYTES: in operator <<()
|
D | authorization_set.cpp | 52 case TagType::BYTES: in keyParamLess() 86 case TagType::BYTES: in keyParamEqual()
|
D | attestation_record.cpp | 215 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
|
D | keymaster_tags.h | 201 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 85 case TagType::BYTES: in operator <<()
|
D | authorization_set.cpp | 46 case TagType::BYTES: in keyParamLess() 79 case TagType::BYTES: in keyParamEqual()
|
D | attestation_record.cpp | 230 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 54 BYTES = 9 << 28, 503 APPLICATION_ID = TagType:BYTES | 601, 524 APPLICATION_DATA = TagType:BYTES | 700, 554 ROOT_OF_TRUST = TagType:BYTES | 704, 632 UNIQUE_ID = TagType:BYTES | 707, 641 ATTESTATION_CHALLENGE = TagType:BYTES | 708, /* Used to provide challenge in attestation */ 667 ATTESTATION_APPLICATION_ID = TagType:BYTES | 709, 680 ATTESTATION_ID_BRAND = TagType:BYTES | 710, 693 ATTESTATION_ID_DEVICE = TagType:BYTES | 711, 706 ATTESTATION_ID_PRODUCT = TagType:BYTES | 712, [all …]
|
D | IKeymasterDevice.hal | 771 * o TagType::BYTES tags are represented as ASN.1 OCTET_STRING.
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | VehicleEmulator.cpp | 237 case VehiclePropertyType::BYTES: in populateProtoVehicleConfig()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 33 BYTES = 0x00700000, 2903 /** This is used for properties of type VehiclePropertyType#BYTES */
|