Searched defs:keymaster_tag_t (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h36 * classes include a conversion operator to keymaster_tag_t, they can be used anywhere a
37 * keymaster_tag_t is expected.
60 static const keymaster_tag_t KM_TAG_DIGEST_OLD = static_cast<keymaster_tag_t>(KM_ENUM | 5);
61 static const keymaster_tag_t KM_TAG_PADDING_OLD = static_cast<keymaster_tag_t>(KM_ENUM | 7);
92 * TypedTag is a templatized version of keymaster_tag_t, which provides compile-time checking of
93 * keymaster tag types. Instances are convertible to keymaster_tag_t, so they can be used wherever
94 * keymaster_tag_t is expected, and because they encode the tag type it's possible to create
97 template <keymaster_tag_type_t tag_type, keymaster_tag_t ta
[all...]

Completed in 50 milliseconds