Home
last modified time | relevance | path

Searched refs:KM_ULONG_REP (Results 1 – 7 of 7) sorted by relevance

/system/keymaster/include/keymaster/
Dkeymaster_tags.h82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; };
150 DECLARE_KEYMASTER_TAG(KM_ULONG_REP, TAG_USER_SECURE_ID);
213 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG_REP, Tag> tag, uint64_t value) {
Dauthorization_set.h286 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() argument
/system/keymaster/
Dkeymaster_tags.cpp137 DEFINE_KEYMASTER_TAG(KM_ULONG_REP, TAG_USER_SECURE_ID);
Dauthorization_set.cpp318 case KM_ULONG_REP: in serialized_size()
346 case KM_ULONG_REP: in serialize()
381 case KM_ULONG_REP: in deserialize()
Dandroid_keymaster_test_utils.cpp55 case KM_ULONG_REP: in operator <<()
102 case KM_ULONG_REP: in operator ==()
Dattestation_record.cpp353 case KM_ULONG_REP: in build_auth_list()
/system/security/keystore/
DIKeystoreService.cpp301 case KM_ULONG_REP: { in writeKeymasterArgumentToParcel()
353 case KM_ULONG_REP: { in readKeymasterArgumentFromParcel()