HomeSort by relevance Sort by last modified time
    Searched refs:TagType (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /hardware/interfaces/keymaster/3.0/
types.hal 19 enum TagType : uint32_t {
34 INVALID = TagType:INVALID | 0,
41 PURPOSE = TagType:ENUM_REP | 1, /** KeyPurpose. */
42 ALGORITHM = TagType:ENUM | 2, /** Algorithm. */
43 KEY_SIZE = TagType:UINT | 3, /** Key size in bits. */
44 BLOCK_MODE = TagType:ENUM_REP | 4, /** BlockMode. */
45 DIGEST = TagType:ENUM_REP | 5, /** Digest. */
46 PADDING = TagType:ENUM_REP | 6, /** PaddingMode. */
47 CALLER_NONCE = TagType:BOOL | 7, /** Allow caller to specify nonce or IV. */
48 MIN_MAC_LENGTH = TagType:UINT | 8, /* Minimum length of MAC or AEAD authentication tag i
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 27 typedef uint32_t TagType;
47 virtual const ELFAttributeValue* getAttributeValue(TagType pTag) const = 0;
56 TagType pTag) = 0;
65 TagType pTag,
88 static bool ReadTag(TagType& pTag, const char*& pBuf, size_t& pBufSize);
105 static bool WriteAttribute(TagType pTag,
  /system/nvram/messages/include/nvram/messages/
tagged_union.h 107 template <typename TagType, typename... Members>
129 template <typename TagType, TagType tag, typename... Member>
132 template <typename TagType,
133 TagType tag,
137 struct MemberForTag<TagType,
141 using Type = typename MemberForTag<TagType, tag, Tail...>::Type;
144 template <typename TagType, TagType tag, typename MemberType, typename... Tail>
145 struct MemberForTag<TagType,
    [all...]
struct.h 156 template <typename TagType, typename... Member>
164 template <typename Struct, typename TagType, typename... Member>
166 : public FieldSpec<Struct, TaggedUnion<TagType, Member...>> {
167 using TaggedUnionType = TaggedUnion<TagType, Member...>;
171 TagType tag)
176 const TagType kTag;
181 template <typename Struct, typename TagType, typename... Member>
182 constexpr OneOfFieldSpec<Struct, TagType, Member...> MakeOneOfField(
184 TaggedUnion<TagType, Member...> Struct::*member,
185 TagType tag)
    [all...]
  /system/security/keystore/
keystore_aidl_hidl_marshalling_utils.cpp 92 case TagType::ENUM:
93 case TagType::ENUM_REP:
94 case TagType::UINT:
95 case TagType::UINT_REP:
98 case TagType::ULONG:
99 case TagType::ULONG_REP:
100 case TagType::DATE:
103 case TagType::BOOL:
106 case TagType::BIGNUM:
107 case TagType::BYTES
    [all...]
authorization_set.cpp 35 case TagType::INVALID:
36 case TagType::BOOL:
38 case TagType::ENUM:
39 case TagType::ENUM_REP:
40 case TagType::UINT:
41 case TagType::UINT_REP:
43 case TagType::ULONG:
44 case TagType::ULONG_REP:
46 case TagType::DATE:
48 case TagType::BIGNUM
    [all...]
keystore_tags_utils.cpp 27 template<TagType tag_type, Tag tag>
  /hardware/interfaces/keymaster/3.0/vts/functional/
key_param_output.cpp 73 case TagType::INVALID:
75 case TagType::UINT_REP:
76 case TagType::UINT:
78 case TagType::ENUM_REP:
79 case TagType::ENUM:
100 case TagType::ULONG_REP:
101 case TagType::ULONG:
103 case TagType::DATE:
105 case TagType::BOOL:
107 case TagType::BIGNUM
    [all...]
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;
76 constexpr TagType typeFromTag(Tag tag) {
77 return static_cast<TagType>(static_cast<uint32_t>(tag) & static_cast<uint32_t>(0xf0000000));
86 template <TagType tag_type, Tag tag> struct TypedTag {
195 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
196 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
197 MAKE_TAG_VALUE_ACCESSOR(TagType::DATE, f.dateTime)
198 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT, f.integer)
199 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT_REP, f.integer
    [all...]
authorization_set.cpp 38 case TagType::INVALID:
39 case TagType::BOOL:
41 case TagType::ENUM:
42 case TagType::ENUM_REP:
43 case TagType::UINT:
44 case TagType::UINT_REP:
46 case TagType::ULONG:
47 case TagType::ULONG_REP:
49 case TagType::DATE:
51 case TagType::BIGNUM
    [all...]
keystore_tags_utils.cpp 28 template <TagType tag_type, Tag tag>
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Disassembler.h 40 * TagType for that Triple. If symbolic information is returned the function
45 int TagType, void *TagBuf);
55 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
133 * TagType and callback functions as described above. These can all be passed
138 int TagType, LLVMOpInfoCallback GetOpInfo,
  /external/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 51 * TagType for that Triple. If symbolic information is returned the function
56 int TagType, void *TagBuf);
66 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
179 * TagType and callback functions as described above. These can all be passed
185 int TagType, LLVMOpInfoCallback GetOpInfo,
191 * parameter and specifying the TagType and callback functions as described
197 void *DisInfo, int TagType,
204 * in the DisInfo parameter and specifying the TagType and callback functions as
210 const char *Features, void *DisInfo, int TagType,
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag,
23 pTag = static_cast<ELFAttributeData::TagType>(
64 bool ELFAttributeData::WriteAttribute(TagType pTag,
  /system/security/keystore/include/keystore/
keymaster_tags.h 85 using ::android::hardware::keymaster::V3_0::TagType;
92 static const int32_t KM_TAG_DIGEST_OLD = static_cast<int32_t>(TagType::ENUM) | 5;
93 static const int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7;
95 constexpr TagType typeFromTag(Tag tag) {
96 return static_cast<TagType>(static_cast<uint32_t>(tag) & static_cast<uint32_t>(0xf0000000));
105 template <TagType tag_type, Tag tag> struct TypedTag {
211 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
212 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
213 MAKE_TAG_VALUE_ACCESSOR(TagType::DATE, f.dateTime)
214 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT, f.integer
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 151 virtual const ELFAttributeValue* getAttributeValue(TagType pTag) const;
154 TagType pTag);
172 TagType pTag,
187 static unsigned int GetAttributeValueType(TagType pTag);
194 typedef std::map<TagType, ELFAttributeValue> UnknownAttrsMap;
  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) {
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) {
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) {
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) {
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) {
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) {
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) {
136 TagType type = getType()
    [all...]

Completed in 503 milliseconds

1 2 3 4 5 6