Home
last modified time | relevance | path

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

/system/keymaster/ng/
DKeyMintAidlUtils.cpp68 case KM_UINT_REP: in kmParamSet2Aidl()
112 case KM_UINT_REP: in aidlKeyParams2Km()
DKeyMintUtils.cpp135 case KM_UINT_REP: in kmParam2Aidl()
197 case KM_UINT_REP: in aidlKeyParams2Km()
DAndroidKeymaster3Device.cpp98 case KM_UINT_REP: in KmParamSet()
181 case KM_UINT_REP: in kmParamSet2Hidl()
DAndroidKeymaster4Device.cpp134 case KM_UINT_REP: in kmParamSet2Hidl()
189 case KM_UINT_REP: in hidlKeyParams2Km()
/system/keymaster/include/keymaster/
Dkeymaster_tags.h85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; };
232 inline keymaster_key_param_t Authorization(TypedTag<KM_UINT_REP, Tag> tag, uint32_t value) {
Dauthorization_set.h274 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() argument
332 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue() argument
333 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() argument
/system/keymaster/android_keymaster/
Dauthorization_set.cpp299 case KM_UINT_REP: in serialized_size()
326 case KM_UINT_REP: in serialize()
360 case KM_UINT_REP: in deserialize()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp86 case KM_UINT_REP: in KmParamSet()
170 case KM_UINT_REP: in kmParamSet2Hidl()
/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.h79 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() argument
Dandroid_keymaster_test_utils.cpp43 case KM_UINT_REP: in operator <<()
98 case KM_UINT_REP: in operator ==()
/system/keymaster/km_openssl/
Dattestation_record.cpp91 case KM_UINT_REP: in get_uint32_value()
157 case KM_UINT_REP: in insert_unknown_tag()
718 case KM_UINT_REP: { in build_auth_list()