Searched refs:writeBlob (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | blob.h | 120 ResponseCode writeBlob(const std::string& filename, const uint8_t* aes_key, State state,
|
D | user_state.cpp | 137 return masterKeyBlob.writeBlob(mMasterKeyFile, passwordKey, STATE_NO_ERROR, entropy); in writeMasterKey()
|
D | blob.cpp | 208 ResponseCode Blob::writeBlob(const std::string& filename, const uint8_t* aes_key, State state, in writeBlob() function in Blob
|
D | keystore.cpp | 333 return keyBlob->writeBlob(filename, userState->getEncryptionKey(), userState->getState(), in put()
|