Home
last modified time | relevance | path

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

/u-boot/common/
A Dhash.c234 .hash_update = hw_sha_update,
238 .hash_update = hash_update_sha1,
255 .hash_update = hw_sha_update,
259 .hash_update = hash_update_sha256,
276 .hash_update = hw_sha_update,
280 .hash_update = hash_update_sha384,
297 .hash_update = hw_sha_update,
301 .hash_update = hash_update_sha512,
312 .hash_update = hash_update_crc16_ccitt,
322 .hash_update = hash_update_crc32,
[all …]
/u-boot/drivers/crypto/hash/
A Dhash-uclass.c98 int hash_update(struct udevice *dev, void *ctx, const void *ibuf, const uint32_t ilen) in hash_update() function
102 if (!ops->hash_update) in hash_update()
105 return ops->hash_update(dev, ctx, ibuf, ilen); in hash_update()
A Dhash_sw.c286 .hash_update = sw_hash_update,
/u-boot/lib/
A Dhash-checksum.c38 ret = algo->hash_update(algo, ctx, region[i].data, in hash_calculate()
44 ret = algo->hash_update(algo, ctx, region[i].data, region[i].size, 1); in hash_calculate()
/u-boot/include/u-boot/
A Dhash.h35 int hash_update(struct udevice *dev, void *ctx, const void *ibuf, const uint32_t ilen);
47 int (*hash_update)(struct udevice *dev, void *ctx, const void *ibuf, const uint32_t ilen); member
/u-boot/include/
A Dhash.h67 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
/u-boot/board/freescale/common/
A Dfsl_validate.c509 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
516 ret = algo->hash_update(algo, ctx, in calc_img_key_hash()
556 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
568 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
581 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
593 ret = algo->hash_update(algo, ctx, in calc_esbchdr_esbc_hash()
/u-boot/drivers/dfu/
A Ddfu.c255 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
422 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()
/u-boot/drivers/crypto/aspeed/
A Daspeed_hace.c361 .hash_update = aspeed_hace_update,

Completed in 21 milliseconds