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

/system/core/include/utils/
H A DBlobCache.h120 // A Blob is an immutable sized unstructured data blob.
121 class Blob : public RefBase { class in class:android::BlobCache
123 Blob(const void* data, size_t size, bool copyData);
124 ~Blob();
126 bool operator<(const Blob& rhs) const;
133 Blob(const Blob&);
134 void operator=(const Blob&);
142 // mOwnsData indicates whether or not this Blob object should free the
143 // memory pointed to by mData when the Blob get
[all...]
/system/core/libutils/
H A DBlobCache.cpp83 sp<Blob> dummyKey(new Blob(key, keySize, false));
90 sp<Blob> keyBlob(new Blob(key, keySize, true));
91 sp<Blob> valueBlob(new Blob(value, valueSize, true));
112 sp<Blob> valueBlob(new Blob(value, valueSize, true));
113 sp<Blob> oldValueBlob(mCacheEntries[index].getValue());
143 sp<Blob> dummyKe
313 BlobCache::Blob::Blob(const void* data, size_t size, bool copyData): function in class:android::BlobCache::Blob
[all...]
/system/security/keystore/
H A Dkeystore.cpp506 class Blob { class
508 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength, function in class:Blob
535 Blob(blob b) { function in class:Blob
539 Blob() { function in class:Blob
828 Blob masterKeyBlob(mMasterKey, sizeof(mMasterKey), mSalt, sizeof(mSalt), TYPE_MASTER_KEY);
839 // the AES key, then we create the Blob to use with decryptBlob
856 Blob masterKeyBlob(rawBlob);
1023 keymaster1_device_t *getDeviceForBlob(const Blob& blob) const {
1098 Blob blob;
1160 ResponseCode get(const char* filename, Blob* keyBlo
[all...]

Completed in 176 milliseconds