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

/system/security/keystore/
H A Dkeystore.cpp818 memcpy(mMasterKey, src->mMasterKey, MASTER_KEY_SIZE_BYTES);
824 uint8_t passwordKey[MASTER_KEY_SIZE_BYTES];
825 generateKeyFromPassword(passwordKey, MASTER_KEY_SIZE_BYTES, pw, mSalt);
852 uint8_t passwordKey[MASTER_KEY_SIZE_BYTES];
853 generateKeyFromPassword(passwordKey, MASTER_KEY_SIZE_BYTES, pw, salt);
862 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
871 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES);
923 static const int MASTER_KEY_SIZE_BYTES = 16; member in class:UserState
924 static const int MASTER_KEY_SIZE_BITS = MASTER_KEY_SIZE_BYTES * 8;
973 uint8_t mMasterKey[MASTER_KEY_SIZE_BYTES];
[all...]

Completed in 25 milliseconds