Searched refs:CURRENT_BLOB_VERSION (Results 1 – 4 of 4) sorted by relevance
27 const uint32_t CURRENT_BLOB_VERSION = 0; variable45 *buf++ = CURRENT_BLOB_VERSION; in SerializeAuthEncryptedBlob()98 if (version != CURRENT_BLOB_VERSION || // in DeserializeAuthEncryptedBlob()
83 static const uint8_t CURRENT_BLOB_VERSION = 3; variable
219 mBlob->version = CURRENT_BLOB_VERSION; in Blob()567 mBlob->version = CURRENT_BLOB_VERSION; in putKeyCharacteristics()
266 if (version < CURRENT_BLOB_VERSION) { in get()