OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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/
blob.h
65
static const uint8_t
CURRENT_BLOB_VERSION
= 2;
Completed in 45 milliseconds