Searched defs:MASTER_KEY_SIZE_BYTES (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Duser_state.h63 static const int MASTER_KEY_SIZE_BYTES = 16; member in class:UserState
64 static const int MASTER_KEY_SIZE_BITS = MASTER_KEY_SIZE_BYTES * 8;
83 uint8_t mMasterKey[MASTER_KEY_SIZE_BYTES];

Completed in 28 milliseconds