Searched refs:KM_UINT_REP (Results 1 – 11 of 11) sorted by relevance
/system/keymaster/include/keymaster/ |
D | keymaster_tags.h | 85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; }; 220 inline keymaster_key_param_t Authorization(TypedTag<KM_UINT_REP, Tag> tag, uint32_t value) {
|
D | authorization_set.h | 279 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() argument 338 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue() argument 339 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() argument
|
/system/keymaster/android_keymaster/ |
D | authorization_set.cpp | 315 case KM_UINT_REP: in serialized_size() 342 case KM_UINT_REP: in serialize() 378 case KM_UINT_REP: in deserialize()
|
/system/security/keystore/ |
D | legacy_keymaster_device_wrapper.cpp | 80 case KM_UINT_REP: in KmParamSet() 178 case KM_UINT_REP: in kmParamSet2Hidl()
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 86 case KM_UINT_REP: in KmParamSet() 170 case KM_UINT_REP: in kmParamSet2Hidl()
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 99 case KM_UINT_REP: in KmParamSet() 182 case KM_UINT_REP: in kmParamSet2Hidl()
|
D | AndroidKeymaster4Device.cpp | 136 case KM_UINT_REP: in kmParamSet2Hidl() 191 case KM_UINT_REP: in hidlKeyParams2Km()
|
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 65 case KM_UINT_REP: in get_uint32_value() 289 case KM_UINT_REP: { in build_auth_list()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 138 case KM_UINT_REP: in KmParamSet() 222 case KM_UINT_REP: in kmParamSet2Hidl()
|
/system/keymaster/tests/ |
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
|