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()
65 static const uint8_t CURRENT_BLOB_VERSION = 2; variable
48 mBlob.version = CURRENT_BLOB_VERSION; in Blob()
268 if (version < CURRENT_BLOB_VERSION) { in get()