Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dhash.c133 .hash_update = hw_sha_update,
137 .hash_update = hash_update_sha1,
154 .hash_update = hw_sha_update,
158 .hash_update = hash_update_sha256,
169 .hash_update = hash_update_crc32,
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-checksum.c39 ret = algo->hash_update(algo, ctx, region[i].data, in rsa_hash_calculate()
45 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in rsa_hash_calculate()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_validate.c506 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
513 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
553 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
565 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
578 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
589 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
/OK3568_Linux_fs/u-boot/include/
H A Dhash.h57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu.c150 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
310 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()