Searched refs:hash_update (Results 1 – 9 of 9) sorted by relevance
| /u-boot/common/ |
| A D | hash.c | 234 .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 D | hash-uclass.c | 98 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 D | hash_sw.c | 286 .hash_update = sw_hash_update,
|
| /u-boot/lib/ |
| A D | hash-checksum.c | 38 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 D | hash.h | 35 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 D | hash.h | 67 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
|
| /u-boot/board/freescale/common/ |
| A D | fsl_validate.c | 509 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 D | dfu.c | 255 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 D | aspeed_hace.c | 361 .hash_update = aspeed_hace_update,
|
Completed in 21 milliseconds