Home
last modified time | relevance | path

Searched refs:KM_UINT_REP (Results 1 – 11 of 11) sorted by relevance

/system/keymaster/include/keymaster/
Dkeymaster_tags.h85 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) {
Dauthorization_set.h279 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/
Dauthorization_set.cpp315 case KM_UINT_REP: in serialized_size()
342 case KM_UINT_REP: in serialize()
378 case KM_UINT_REP: in deserialize()
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.cpp80 case KM_UINT_REP: in KmParamSet()
178 case KM_UINT_REP: in kmParamSet2Hidl()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp86 case KM_UINT_REP: in KmParamSet()
170 case KM_UINT_REP: in kmParamSet2Hidl()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp99 case KM_UINT_REP: in KmParamSet()
182 case KM_UINT_REP: in kmParamSet2Hidl()
DAndroidKeymaster4Device.cpp136 case KM_UINT_REP: in kmParamSet2Hidl()
191 case KM_UINT_REP: in hidlKeyParams2Km()
/system/keymaster/km_openssl/
Dattestation_record.cpp65 case KM_UINT_REP: in get_uint32_value()
289 case KM_UINT_REP: { in build_auth_list()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp138 case KM_UINT_REP: in KmParamSet()
222 case KM_UINT_REP: in kmParamSet2Hidl()
/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp43 case KM_UINT_REP: in operator <<()
95 case KM_UINT_REP: in operator ==()
Dandroid_keymaster_test_utils.h81 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() argument