Searched refs:KM_TAG_PADDING_OLD (Results 1 - 5 of 5) sorted by relevance

/system/security/keystore/include/keystore/
H A Dkeymaster_types.h100 constexpr int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7; member in namespace:keystore
/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h61 static const keymaster_tag_t KM_TAG_PADDING_OLD = static_cast<keymaster_tag_t>(KM_ENUM | 7); member in namespace:keymaster
/system/keymaster/android_keymaster/
H A Dkeymaster_enforcement.cpp230 // KM_TAG_PADDING_OLD and KM_TAG_DIGEST_OLD aren't actually members of the enum, so we can't
232 if (param.tag == KM_TAG_PADDING_OLD || param.tag == KM_TAG_DIGEST_OLD)
/system/keymaster/ng/include/
H A Dkeymaster_tags.h95 static const int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7; member in namespace:keymaster::ng
/system/security/keystore/
H A Dkeymaster_enforcement.cpp231 // KM_TAG_PADDING_OLD and KM_TAG_DIGEST_OLD aren't actually members of the enum, so we can't
233 if (int32_t(param.tag) == KM_TAG_PADDING_OLD || int32_t(param.tag) == KM_TAG_DIGEST_OLD)

Completed in 968 milliseconds