Searched refs:hash_update (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/rsa/ |
A 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()
|
/u-boot/common/ |
A D | hash.c | 228 .hash_update = hw_sha_update, 232 .hash_update = hash_update_sha1, 249 .hash_update = hw_sha_update, 253 .hash_update = hash_update_sha256, 265 .hash_update = hash_update_sha384, 276 .hash_update = hash_update_sha512, 286 .hash_update = hash_update_crc16_ccitt, 295 .hash_update = hash_update_crc32, 321 hash_algo[i].hash_update += gd->reloc_off; in reloc_update()
|
/u-boot/include/ |
A D | hash.h | 63 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
|
/u-boot/board/freescale/common/ |
A D | fsl_validate.c | 507 ret = algo->hash_update(algo, ctx, in calc_img_key_hash() 514 ret = algo->hash_update(algo, ctx, in calc_img_key_hash() 554 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash() 566 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash() 579 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash() 590 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
|
/u-boot/drivers/dfu/ |
A D | dfu.c | 246 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain() 409 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()
|
Completed in 7 milliseconds