Searched refs:hash_update (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/common/ |
D | hash.c | 132 .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/ |
D | rsa-checksum.c | 37 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/ |
D | md5sum.c | 217 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/ |
D | fsl_validate.c | 505 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/ |
D | Opts.td | 19 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/ |
D | hash.h | 57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
|
/external/fsverity-utils/ |
D | hash_algs.h | 47 static inline void hash_update(struct hash_ctx *ctx, in hash_update() function
|
D | cmd_setup.c | 152 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/ |
D | dfu.c | 149 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()
|