• Home
  • Raw
  • Download

Lines Matching refs:Blob

610 class Blob {  class
612 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength, in Blob() function in Blob
639 Blob(blob b) { in Blob() function in Blob
643 Blob() { in Blob() function in Blob
964 Blob masterKeyBlob(mMasterKey, sizeof(mMasterKey), mSalt, sizeof(mSalt), TYPE_MASTER_KEY); in writeMasterKey()
992 Blob masterKeyBlob(rawBlob); in readMasterKey()
1159 keymaster1_device_t *getDeviceForBlob(const Blob& blob) const { in getDeviceForBlob()
1234 Blob blob; in resetUser()
1296 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type, uid_t userId) { in get()
1350 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId) { in put()
1357 Blob keyBlob; in del()
1515 Blob keyBlob(blob.key_material, blob.key_material_size, NULL, 0, TYPE_KEYMASTER_10); in importKey()
1539 ResponseCode getKeyForName(Blob* keyBlob, const android::String8& keyName, const uid_t uid, in getKeyForName()
1666 bool upgradeBlob(const char* filename, Blob* blob, const uint8_t oldVersion, in upgradeBlob()
1710 ResponseCode importBlobAsKey(Blob* blob, const char* filename, uid_t uid) { in importBlobAsKey()
1885 Blob keyBlob; in get()
1914 Blob keyBlob(item, itemLength, NULL, 0, ::TYPE_GENERIC); in insert()
2354 Blob keyBlob; in duplicate()
2478 Blob keyBlob(blob.key_material, blob.key_material_size, NULL, 0, ::TYPE_KEYMASTER_10); in generateKey()
2497 Blob keyBlob; in getKeyCharacteristics()
2571 Blob keyBlob(blob.key_material, blob.key_material_size, NULL, 0, ::TYPE_KEYMASTER_10); in importKey()
2586 Blob keyBlob; in exportKey()
2625 Blob keyBlob; in begin()