Searched refs:getValue (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/ |
D | BlobCache.cpp | 113 sp<Blob> oldValueBlob(mCacheEntries[index].getValue()); in set() 153 sp<Blob> valueBlob(mCacheEntries[index].getValue()); in get() 174 sp<Blob> valueBlob = e.getValue(); in getFlattenedSize() 202 sp<Blob> valueBlob = e.getValue(); in flatten() 304 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize(); in clean() 371 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { in getValue() function in android::BlobCache::CacheEntry
|
/system/core/include/utils/ |
D | BlobCache.h | 158 sp<Blob> getValue() const;
|
D | TypeHelpers.h | 243 inline const VALUE& getValue() const {
|
/system/extras/verity/ |
D | BootSignature.java | 97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in BootSignature() 169 if (length.getValue().intValue() != image.length) { in verify()
|
D | KeystoreSigner.java | 129 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in parse()
|
/system/security/keystore/ |
D | keystore.cpp | 543 const uint8_t* getValue() const { in getValue() function in Blob 871 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES); in readMasterKey() 1190 ResponseCode imported = importKey(keyBlob->getValue(), keyBlob->getLength(), filename, in get() 1234 if (mDevice->delete_keypair(mDevice, keyBlob.getValue(), keyBlob.getLength())) { in del() 1243 blob.key_material = keyBlob.getValue(); in del() 1551 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength())); in importBlobAsKey() 1735 memcpy(*item, keyBlob.getValue(), keyBlob.getLength()); in get() 2334 key.key_material = keyBlob.getValue(); in getKeyCharacteristics() 2423 key.key_material = keyBlob.getValue(); in exportKey() 2460 key.key_material = keyBlob.getValue(); in begin()
|