Searched refs:KM_UINT_REP (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/include/keymaster/ |
D | keymaster_tags.h | 85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; }; 203 inline keymaster_key_param_t Authorization(TypedTag<KM_UINT_REP, Tag> tag, uint32_t value) {
|
D | authorization_set.h | 256 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() argument 315 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue() argument 316 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() argument
|
/system/keymaster/ |
D | authorization_set.cpp | 289 case KM_UINT_REP: in serialized_size() 316 case KM_UINT_REP: in serialize() 352 case KM_UINT_REP: in deserialize()
|
D | attestation_record.cpp | 175 case KM_UINT_REP: in get_uint32_value() 338 case KM_UINT_REP: { in build_auth_list()
|
D | android_keymaster_test_utils.cpp | 43 case KM_UINT_REP: in operator <<() 95 case KM_UINT_REP: in operator ==()
|
D | android_keymaster_test_utils.h | 81 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() argument
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 295 case KM_UINT_REP: { in writeKeymasterArgumentToParcel() 347 case KM_UINT_REP: { in readKeymasterArgumentFromParcel()
|