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

/system/security/keystore/
H A Dkeystore.cpp488 uint8_t passwordKey[MASTER_KEY_SIZE_BYTES];
489 generateKeyFromPassword(passwordKey, MASTER_KEY_SIZE_BYTES, pw, mSalt);
516 uint8_t passwordKey[MASTER_KEY_SIZE_BYTES];
517 generateKeyFromPassword(passwordKey, MASTER_KEY_SIZE_BYTES, pw, salt);
525 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
534 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES);
674 static const int MASTER_KEY_SIZE_BYTES = 16; member in class:KeyStore
675 static const int MASTER_KEY_SIZE_BITS = MASTER_KEY_SIZE_BYTES * 8;
687 uint8_t mMasterKey[MASTER_KEY_SIZE_BYTES];

Completed in 8 milliseconds