Home
last modified time | relevance | path

Searched refs:MASTER_KEY_SIZE_BYTES (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Duser_state.h79 static constexpr int MASTER_KEY_SIZE_BYTES = kAes256KeySizeBytes; variable
80 static constexpr int MASTER_KEY_SIZE_BITS = MASTER_KEY_SIZE_BYTES * 8;
Duser_state.cpp175 size_t masterKeySize = MASTER_KEY_SIZE_BYTES; in readMasterKey()
265 mMasterKey.resize(MASTER_KEY_SIZE_BYTES); in generateMasterKey()