Searched refs:ENUM (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleUtils.h | 36 template<typename ENUM, typename U = typename std::underlying_type<ENUM>::type> 37 inline constexpr U toInt(ENUM const value) { in toInt()
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 21 ENUM = 1 << 28, 42 ALGORITHM = TagType:ENUM | 2, /** Algorithm. */ 51 EC_CURVE = TagType:ENUM | 10, /** EcCurve. */ 62 BLOB_USAGE_REQUIREMENTS = TagType:ENUM | 301, /** KeyBlobUsageRequirements. */ 88 USER_AUTH_TYPE = TagType:ENUM | 504, /* Bitmask of authenticator types allowed when 116 ORIGIN = TagType:ENUM | 702, /** keymaster_key_origin_t. */
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 51 case TagType::ENUM: in operator <<()
|
D | authorization_set.cpp | 35 case TagType::ENUM: in keyParamLess() 68 case TagType::ENUM: in keyParamEqual()
|
D | attestation_record.cpp | 168 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | key_param_output.cpp | 79 case TagType::ENUM: in operator <<()
|
D | keymaster_tags.h | 73 static const int32_t KM_TAG_DIGEST_OLD = static_cast<int32_t>(TagType::ENUM) | 5; 74 static const int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7;
|
D | authorization_set.cpp | 41 case TagType::ENUM: in keyParamLess() 75 case TagType::ENUM: in keyParamEqual()
|
D | attestation_record.cpp | 153 void copyAuthTag(const ASN1_INTEGER* asn1_int, TypedTag<TagType::ENUM, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | keymaster_tags.h | 73 static const int32_t KM_TAG_DIGEST_OLD = static_cast<int32_t>(TagType::ENUM) | 5; 74 static const int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7;
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 38 ENUM = 1 << 28, 83 ALGORITHM = TagType:ENUM | 2, 187 EC_CURVE = TagType:ENUM | 10, 227 BLOB_USAGE_REQUIREMENTS = TagType:ENUM | 301, 255 HARDWARE_TYPE = TagType:ENUM | 304, 397 USER_AUTH_TYPE = TagType:ENUM | 504, 542 ORIGIN = TagType:ENUM | 702,
|
D | IKeymasterDevice.hal | 762 * o TagType::ENUM, TagType::UINT, TagType::ULONG and TagType::DATE tags are represented as
|