Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/keymaster/3.0/
Dtypes.hal29 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/
DVehicleUtils.cpp48 case VehiclePropertyType::BYTES: in createVehiclePropValue()
74 case VehiclePropertyType::BYTES: in getVehicleRawValueVectorSize()
DVehicleObjectPool.cpp149 check(&v->bytes, VehiclePropertyType::BYTES == mPropType) && v->stringValue.size() == 0; in check()
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dconfig.cpp57 CHECK(type_ == BYTES); in getBytes()
71 type_ = BYTES; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h240 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
Dkeymaster_tags.h199 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h201 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
Dkey_param_output.cpp113 case TagType::BYTES: in operator <<()
Dauthorization_set.cpp52 case TagType::BYTES: in keyParamLess()
86 case TagType::BYTES: in keyParamEqual()
Dattestation_record.cpp215 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
Dkeymaster_tags.h201 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp85 case TagType::BYTES: in operator <<()
Dauthorization_set.cpp46 case TagType::BYTES: in keyParamLess()
79 case TagType::BYTES: in keyParamEqual()
Dattestation_record.cpp230 void copyAuthTag(const ASN1_OCTET_STRING* asn1_string, TypedTag<TagType::BYTES, tag> ttag, in copyAuthTag() argument
/hardware/interfaces/keymaster/4.0/
Dtypes.hal54 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 …]
DIKeymasterDevice.hal771 * o TagType::BYTES tags are represented as ASN.1 OCTET_STRING.
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp237 case VehiclePropertyType::BYTES: in populateProtoVehicleConfig()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal33 BYTES = 0x00700000,
2903 /** This is used for properties of type VehiclePropertyType#BYTES */