Searched refs:Update (Results 1 - 23 of 23) sorted by relevance

/fuchsia/zircon/kernel/lib/crypto/include/lib/crypto/
H A Dhash.h27 // hash2.Update("a", 1);
28 // hash2.Update("bc", 2);
38 void Update(const void* data, int len);
/fuchsia/zircon/system/ulib/blobfs/include/blobfs/
H A Dlz4.h46 zx_status_t Update(const void* data, size_t length);
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutstate.c107 /* Update the list head */
203 * Action - Update action to be performed
207 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used
235 State->Update.Object = Object;
236 State->Update.Value = Action;
246 * Action - Update action to be performed
H A Dutdelete.c236 * Update AddressRange list. However, only permanent regions
567 * Update the notify objects for these types (if present)
698 Object = State->Update.Object;
711 /* Free any stacked Update State objects */
/fuchsia/zircon/system/utest/crypto/
H A Dhmac.cpp63 EXPECT_ZX(hmac.Update(buf.get(), buf.len()), ZX_ERR_BAD_STATE);
67 EXPECT_OK(hmac.Update(nullptr, 0));
68 EXPECT_ZX(hmac.Update(nullptr, buf.len()), ZX_ERR_INVALID_ARGS);
71 EXPECT_OK(hmac.Update(buf.get(), buf.len()));
72 EXPECT_OK(hmac.Update(buf.get(), buf.len()));
99 EXPECT_ZX(hmac.Update(buf.get(), buf.len()), ZX_ERR_BAD_STATE);
103 ASSERT_OK(hmac.Update(buf.get(), buf.len()));
/fuchsia/zircon/system/ulib/fvm/
H A Dfvm.cpp52 digest.Update(metadata, offsetof(fvm::fvm_t, hash));
53 digest.Update(empty_hash, sizeof(empty_hash));
54 digest.Update(metadata_after_hash,
/fuchsia/zircon/system/ulib/crypto/include/crypto/
H A Dhmac.h29 // Convenience method that calls |Init|, |Update|, and |Final| in one shot to create a keyed
43 // must precede any calls to |Update| or |Final|. Callers must omit |flags| unless the security
49 zx_status_t Update(const void* in, size_t in_len);
51 // Returns the keyed digest in |out|. |Init| must be called again before calling |Update|
/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dinode-manager.h23 // It can be used to Load and Update inodes on storage.
48 void Update(WriteTxn* txn, ino_t ino, const minfs_inode_t* inode);
/fuchsia/zircon/system/ulib/crypto/
H A Dhmac.cpp44 if ((rc = hmac.Init(digest, key, flags)) != ZX_OK || (rc = hmac.Update(in, in_len)) != ZX_OK ||
121 zx_status_t HMAC::Update(const void* in, size_t in_len) { function in class:crypto::HMAC
/fuchsia/zircon/system/utest/digest/
H A Ddigest.cpp76 actual.Update(kZeroDigest, i);
77 actual.Update(kZeroDigest + i, n - i);
/fuchsia/zircon/system/ulib/digest/include/digest/
H A Ddigest.h39 // Initializes the hash algorithm context. It must be called before Update,
46 // "Update(A, A_len); Update(B, B_len);" and "Update(AB, A_len + B_len)"
49 void Update(const void* data, size_t len);
52 // called after a call to |Init|; intervening calls to |Update| are
57 // calls |Init| and |Update(data, len)| before returning the result of
132 // C wrapper for |Digest::Update|.
/fuchsia/zircon/system/ulib/digest/
H A Ddigest.cpp66 void Digest::Update(const void* buf, size_t len) { function in class:digest::Digest
80 Update(buf, len);
176 digest->obj.Update(buf, len);
H A Dmerkle-tree.cpp48 digest->Update(&locality, sizeof(locality));
50 digest->Update(&len32, sizeof(len32));
54 // Wrapper for Digest::Update. This will hash data from |in|, either |length|
61 digest->Update(in, length);
73 digest->Update(pad, pad_len);
/fuchsia/zircon/system/dev/display/vim-display/
H A Dvim-spdif-audio-stream.cpp273 sha.Update(SEED, sizeof(SEED));
280 sha.Update(mfr_name_, strnlen(mfr_name_, sizeof(mfr_name_)));
281 sha.Update(prod_name_, strnlen(prod_name_, sizeof(prod_name_)));
282 sha.Update(display_->monitor_serial,
/fuchsia/zircon/system/ulib/blobfs/
H A Dlz4.cpp53 zx_status_t Compressor::Update(const void* data, size_t length) { function in class:blobfs::Compressor
H A Dhost.cpp143 (compressor.Update(blob_data, length) == ZX_OK) &&
H A Dblobfs.cpp421 // Update the on-disk hash.
472 if ((status = write_info_->compressor.Update(data, to_write)) != ZX_OK) {
520 // TODO(smklein): As an optimization, use the CreateInit/Update/Final
/fuchsia/zircon/system/ulib/minfs/
H A Dinode-manager.cpp53 void InodeManager::Update(WriteTxn* txn, ino_t ino, const minfs_inode_t* inode) { function in class:minfs::InodeManager
H A Dminfs-private.h163 inodes_->Update(txn, ino, inode);
211 // Update aggregate information about VMO initialization.
215 // Update aggregate information about looking up vnodes by name.
217 // Update aggregate information about looking up vnodes by inode.
219 // Update aggregate information about inode creation.
221 // Update aggregate information about reading from Vnodes.
223 // Update aggregate information about writing to Vnodes.
225 // Update aggregate information about truncating Vnodes.
227 // Update aggregate information about unlinking Vnodes.
229 // Update aggregat
[all...]
/fuchsia/zircon/system/uapp/iochk/
H A Diochk.cpp69 void Update(uint32_t was_read) { function in class:__anon854::ProgressBar
456 ctx->progress.Update(to_read);
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp190 sha.Update(&parent_.desc(), sizeof(parent_.desc()));
195 sha.Update(desc_list->data(), desc_list->size());
205 sha.Update(str->get(), str->size());
211 sha.Update(&iid, sizeof(iid));
1162 // Update the ring buffer position.
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Daclocal.h689 * Update state - used to traverse complex objects such as packages
821 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp2297 result = c.Update(&data, 1);

Completed in 196 milliseconds