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

  /system/keymaster/include/keymaster/
keymaster_tags.h 61 static const keymaster_tag_t KM_TAG_PADDING_OLD = static_cast<keymaster_tag_t>(KM_ENUM | 7);
  /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 51 milliseconds