Merge "Skip key padding better"

This commit is contained in:
TreeHugger Robot
2022-05-04 00:19:06 +00:00
committed by Android (Google) Code Review
2 changed files with 21 additions and 17 deletions

View File

@@ -15,6 +15,7 @@ static const size_t KEY_PAD_SIZE = 16;
static const size_t CONTENT_KEY_SIZE = 16;
static const size_t SERVICE_KEY_SIZE = 16;
static const size_t MAC_KEY_SIZE = 32;
static const size_t ENTITLEMENT_KEY_SIZE = 32;
static const size_t KEYBOX_KEY_DATA_SIZE = 72;
static const size_t SRM_REQUIREMENT_SIZE = 12;