Home
last modified time | relevance | path

Searched refs:KM_ULONG (Results 1 – 8 of 8) sorted by relevance

/system/keymaster/include/keymaster/
Dkeymaster_tags.h81 template <> struct TagValueType<KM_ULONG> { typedef uint64_t value_type; };
140 DECLARE_KEYMASTER_TAG(KM_ULONG, TAG_RSA_PUBLIC_EXPONENT);
208 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG, Tag> tag, uint64_t value) {
Dauthorization_set.h265 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() argument
/system/keymaster/
Dkeymaster_tags.cpp127 DEFINE_KEYMASTER_TAG(KM_ULONG, TAG_RSA_PUBLIC_EXPONENT);
Dauthorization_set.cpp291 case KM_ULONG: in serialized_size()
319 case KM_ULONG: in serialize()
354 case KM_ULONG: in deserialize()
Dandroid_keymaster_test_utils.cpp58 case KM_ULONG: in operator <<()
101 case KM_ULONG: in operator ==()
Dattestation_record.cpp352 case KM_ULONG: in build_auth_list()
Dandroid_keymaster_test_utils.h90 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains() argument
/system/security/keystore/
DIKeystoreService.cpp300 case KM_ULONG: in writeKeymasterArgumentToParcel()
352 case KM_ULONG: in readKeymasterArgumentFromParcel()