HomeSort by relevance Sort by last modified time
    Searched refs:KM_LONG (Results 1 - 6 of 6) sorted by null

  /system/keymaster/
google_keymaster_test_utils.cpp 37 case KM_LONG:
72 case KM_LONG:
authorization_set.cpp 156 case KM_LONG:
231 case KM_LONG:
257 case KM_LONG:
292 case KM_LONG:
google_keymaster_test_utils.h 76 bool contains(const AuthorizationSet& set, TypedTag<KM_LONG, Tag> tag, uint64_t val) {
  /system/keymaster/include/keymaster/
keymaster_tags.h 83 template <> struct TagValueType<KM_LONG> { typedef uint64_t value_type; };
158 DEFINE_KEYMASTER_TAG(KM_LONG, TAG_RSA_PUBLIC_EXPONENT);
220 inline keymaster_key_param_t Authorization(TypedTag<KM_LONG, Tag> tag, uint64_t value) {
keymaster_defs.h 39 KM_LONG = 5 << 28,
69 KM_TAG_RSA_PUBLIC_EXPONENT = KM_LONG | 200, /* Defaults to 2^16+1 */
275 uint64_t long_integer; /* KM_LONG */
422 // assert(keymaster_tag_get_type(tag) == KM_LONG);
authorization_set.h 136 inline bool GetTagValue(TypedTag<KM_LONG, T> tag, uint64_t* val) const {

Completed in 32 milliseconds