Searched refs:typeFromTag (Results 1 - 4 of 4) sorted by relevance

/system/security/keystore/
H A Dkeystore_aidl_hidl_marshalling_utils.cpp91 switch (typeFromTag(tag)) {
121 switch (typeFromTag(param.tag)) {
H A Dlegacy_keymaster_device_wrapper.cpp41 static inline keymaster_tag_type_t typeFromTag(const keymaster_tag_t tag) { function in namespace:android::keystore
74 switch (typeFromTag(tag)) {
167 switch (typeFromTag(tag)) {
H A Dauthorization_set.cpp34 switch (typeFromTag(a.tag)) {
67 switch (typeFromTag(a.tag)) {
/system/security/keystore/include/keystore/
H A Dkeymaster_tags.h95 constexpr TagType typeFromTag(Tag tag) { function in namespace:keystore
110 static_assert(typeFromTag(tag) == tag_type, "mismatch between tag and tag_type");
115 template <Tag tag> struct Tag2TypedTag { typedef TypedTag<typeFromTag(tag), tag> type; };

Completed in 298 milliseconds