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

  /system/keymaster/
auth_encrypted_key_blob.cpp 27 const uint32_t CURRENT_BLOB_VERSION = 0;
45 *buf++ = CURRENT_BLOB_VERSION;
98 if (version != CURRENT_BLOB_VERSION || //
  /system/security/keystore/
keystore.cpp 504 static const uint8_t CURRENT_BLOB_VERSION = 2;
525 mBlob.version = CURRENT_BLOB_VERSION;
    [all...]

Completed in 155 milliseconds