Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 10 of 10) sorted by relevance

/system/core/libutils/
DBlobCache.cpp113 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/security/keystore/
Dblob.h85 const uint8_t* getValue() const { return mBlob.value; } in getValue() function
Dkeystore.cpp243 importKey(keyBlob->getValue(), keyBlob->getLength(), filename, userId, in get()
287 keymaster_key_blob_t blob = {keyBlob.getValue(), in del()
298 blob.key_material = keyBlob.getValue(); in del()
622 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength())); in importBlobAsKey()
Dkey_store_service.cpp84 memcpy(*item, keyBlob.getValue(), keyBlob.getLength()); in get()
692 keymaster_key_blob_t key = {keyBlob.getValue(), static_cast<size_t>(keyBlob.getLength())}; in getKeyCharacteristics()
712 key = {keyBlob.getValue(), static_cast<size_t>(keyBlob.getLength())}; in getKeyCharacteristics()
801 key.key_material = keyBlob.getValue(); in exportKey()
844 key.key_material = keyBlob.getValue(); in begin()
859 key = {keyBlob.getValue(), static_cast<size_t>(keyBlob.getLength())}; in begin()
1149 keymaster_key_blob_t key = {keyBlob.getValue(), in attestKey()
1548 keymaster_key_blob_t key = {blob->getValue(), static_cast<size_t>(blob->getLength())}; in upgradeKeyBlob()
Duser_state.cpp180 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES); in readMasterKey()
/system/core/include/utils/
DBlobCache.h158 sp<Blob> getValue() const;
DTypeHelpers.h250 inline const VALUE& getValue() const {
/system/extras/verity/
DBootSignature.java97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in BootSignature()
170 if (length.getValue().intValue() != image.length) { in verify()
DKeystoreSigner.java129 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in parse()
/system/extras/simpleperf/
Dread_elf.cpp240 symbol.vaddr = elf_symbol->getValue(); in ParseSymbolsFromELFFile()