Home
last modified time | relevance | path

Searched refs:BLOB_VERSION (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp30 static const uint8_t BLOB_VERSION = 0; variable
89 *p++ = BLOB_VERSION; in SerializeIntegrityAssuredBlob()
128 if (*p != BLOB_VERSION) return KM_ERROR_INVALID_KEY_BLOB; in DeserializeIntegrityAssuredBlob_NoHmacCheck()