Searched refs:update (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Dinternal.h81 // update hashes |len| bytes of |data| into the state in |ctx->md_data|.
82 void (*update)(EVP_MD_CTX *ctx, const void *data, size_t count); member in struct:env_md_st
H A Ddigests.c95 out->update = md4_update;
119 out->update = md5_update;
143 out->update = sha1_update;
167 out->update = sha224_update;
191 out->update = sha256_update;
215 out->update = sha384_update;
239 out->update = sha512_update;
274 out->update = md5_sha1_update;
H A Ddigest.c201 ctx->digest->update(ctx, data, len);
/fuchsia/zircon/scripts/
H A Dupdate-prebuilt-versions18 0:|1:--update)
19 mode=update
28 echo >&2 "Usage: $0 [--update | --upload | --verify]"
60 # This file is generated by scripts/update-prebuilt-versions. DO NOT EDIT!
121 echo >&2 "Run $0 --update first."
134 if [[ "$mode" = update ]]; then
H A Ddownload-prebuilt18 # The update-prebuilt-versions script ensures that they do. When a
29 mode=update
38 mode=update
216 "$(dirname $0)/update-prebuilt-versions" --verify || {
217 echo >&2 "$0: update-prebuilt-versions not run after ensure file changed!"
221 # Now update the .stamp files so that --verify will be happy.
255 update() { function
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines.h14 bool prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update,
17 bool update);
106 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, argument
124 if (update)
129 if (update)
136 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) argument
144 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update,
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dstrptime.c186 goto update;
200 goto update;
213 goto update;
214 update:
/fuchsia/zircon/third_party/ulib/cryptolib/include/lib/crypto/
H A Dcryptolib.h56 void (* const update)(struct clHASH_CTX*, const void*, int); member in struct:clHASH_vtab
71 #define clHASH_update(ctx, data, len) (ctx)->f->update(ctx, data, len)
/fuchsia/zircon/third_party/tools/android/
H A Dmkbootimg36 sha.update(f.read())
38 sha.update(pack('I', filesize(f)))
40 sha.update(pack('I', 0))
/fuchsia/zircon/bootloader/
H A Dbuild.mk90 # TODO: update this to build other ARCHes
/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp41 const fbl::Function<void(fbl::unique_ptr<T>*)>& update) {
50 update(&entries_[index].data);
40 InsertOrUpdateEntry(uint64_t metric_id, uint32_t event_type, uint32_t event_type_index, const fbl::Function<void(fbl::unique_ptr<T>*)>& update) argument
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool532 ha.update(header_blob)
533 ha.update(aux_blob)
779 """Helper function to update the image header.
1510 ha.update(self.salt)
1511 ha.update(data)
2293 hasher.update(vbmeta_blob)
2307 hasher.update(ch_vbmeta_blob)
2816 ha.update(header_data_blob)
2817 ha.update(aux_data_blob)
3052 hasher.update(imag
[all...]
/fuchsia/zircon/make/
H A Dmodule-userlib.mk91 # Only update the .so.abi file if it's changed, so things don't need

Completed in 82 milliseconds