OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KM_TAG_DIGEST_OLD
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/include/keymaster/
keymaster_tags.h
60
static const keymaster_tag_t
KM_TAG_DIGEST_OLD
= static_cast<keymaster_tag_t>(KM_ENUM | 5);
/system/keymaster/
keymaster_enforcement.cpp
230
// 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
)
Completed in 60 milliseconds