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

/system/security/keystore/
H A Dkeystore.cpp260 * than blob.info, blob.length, and blob.value are modified by encryptBlob()
349 ResponseCode encryptBlob(const char* filename, AES_KEY *aes_key, Entropy* entropy) { function in class:Blob
493 return masterKeyBlob.encryptBlob(MASTER_KEY_FILE, &passwordAesKey, mEntropy);
612 return keyBlob->encryptBlob(filename, &mMasterKeyEncryption, mEntropy);

Completed in 1738 milliseconds