HomeSort by relevance Sort by last modified time
    Searched refs:mMasterKey (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
user_state.cpp 67 memset(mMasterKey, 0, sizeof(mMasterKey));
98 memcpy(mMasterKey, src->mMasterKey, MASTER_KEY_SIZE_BYTES);
138 Blob masterKeyBlob(mMasterKey, sizeof(mMasterKey), mSalt, sizeof(mSalt), TYPE_MASTER_KEY);
180 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES);
249 if (!entropy->generate_random_data(mMasterKey, sizeof(mMasterKey))) {
259 AES_set_encrypt_key(mMasterKey, MASTER_KEY_SIZE_BITS, &mMasterKeyEncryption)
    [all...]
user_state.h 83 uint8_t mMasterKey[MASTER_KEY_SIZE_BYTES];

Completed in 258 milliseconds