Home
last modified time | relevance | path

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

12

/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DTag.aidl520 APPLICATION_ID = TagType.BYTES | 601,
541 APPLICATION_DATA = TagType.BYTES | 700,
570 ROOT_OF_TRUST = TagType.BYTES | 704,
649 UNIQUE_ID = TagType.BYTES | 707,
658 ATTESTATION_CHALLENGE = TagType.BYTES | 708,
684 ATTESTATION_APPLICATION_ID = TagType.BYTES | 709,
697 ATTESTATION_ID_BRAND = TagType.BYTES | 710,
710 ATTESTATION_ID_DEVICE = TagType.BYTES | 711,
723 ATTESTATION_ID_PRODUCT = TagType.BYTES | 712,
735 ATTESTATION_ID_SERIAL = TagType.BYTES | 713,
[all …]
DTagType.aidl59 BYTES = 9 << 28, enumConstant
/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/security/keymint/support/include/keymint_support/
Dauthorization_set.h236 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
Dkeymint_tags.h202 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR()
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DTagType.aidl47 BYTES = -1879048192, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DTagType.aidl47 BYTES = -1879048192, enumConstant
/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/st/secure_element/ese-spi-driver/utils-lib/
Dconfig.cc57 CHECK(type_ == BYTES); in getBytes()
71 type_ = BYTES; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dconfig.cpp81 CHECK(type_ == BYTES); in getBytes()
95 type_ = BYTES; in parseFromString()
Dconfig.h43 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dconfig.cpp62 CHECK(type_ == BYTES); in getBytes()
76 type_ = BYTES; in parseFromString()
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h242 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
Dkeymaster_tags.h208 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/
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()
/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()
/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 …]
/hardware/interfaces/keymaster/4.1/vts/functional/
DKeymaster4_1HidlTest.h169 void add_tag_from_prop(AuthorizationSetBuilder* tags, TypedTag<TagType::BYTES, tag> ttag, in add_tag_from_prop() argument
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DProtoMessageConverter.cpp98 case VehiclePropertyType::BYTES: in toProto()

12