Home
last modified time | relevance | path

Searched refs:hash_update (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/common/
Dhash.c132 .hash_update = hw_sha_update,
136 .hash_update = hash_update_sha1,
153 .hash_update = hw_sha_update,
157 .hash_update = hash_update_sha256,
168 .hash_update = hash_update_crc32,
/external/u-boot/lib/rsa/
Drsa-checksum.c37 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
43 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
/external/toybox/toys/lsb/
Dmd5sum.c217 static void hash_update(char *data, unsigned int len, void (*transform)(void)) in hash_update() function
308 hash_update(toybuf, i, transform); in do_builtin_hash()
322 hash_update(&buf, 1, transform); in do_builtin_hash()
326 hash_update((void *)&count, 8, transform); in do_builtin_hash()
/external/u-boot/board/freescale/common/
Dfsl_validate.c505 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
512 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
552 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
564 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
577 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
588 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/
DOpts.td19 def hash_update : Joined<["/", "-"], "hashupdate:">, HelpText<"Not supported">, MetaVarName<"file">…
20 def hash_update_flag : Flag<["/", "-"], "hashupdate">, Alias<hash_update>, HelpText<"Not supported"…
/external/u-boot/include/
Dhash.h57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
/external/fsverity-utils/
Dhash_algs.h47 static inline void hash_update(struct hash_ctx *ctx, in hash_update() function
Dcmd_setup.c152 hash_update(hash, params->salt, params->saltlen); in build_merkle_tree()
166 hash_update(hash, data_to_hash, params->blocksize); in build_merkle_tree()
278 hash_update(hash, desc, desc_auth_len); in append_fsverity_descriptor()
/external/u-boot/drivers/dfu/
Ddfu.c149 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
309 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()