Searched refs:getValue (Results 1 – 10 of 10) 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/security/keystore/ |
D | blob.h | 85 const uint8_t* getValue() const { return mBlob.value; } in getValue() function
|
D | keystore.cpp | 243 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()
|
D | key_store_service.cpp | 84 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()
|
D | user_state.cpp | 180 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES); in readMasterKey()
|
/system/core/include/utils/ |
D | BlobCache.h | 158 sp<Blob> getValue() const;
|
D | TypeHelpers.h | 250 inline const VALUE& getValue() const {
|
/system/extras/verity/ |
D | BootSignature.java | 97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in BootSignature() 170 if (length.getValue().intValue() != image.length) { in verify()
|
D | KeystoreSigner.java | 129 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in parse()
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 240 symbol.vaddr = elf_symbol->getValue(); in ParseSymbolsFromELFFile()
|