Searched refs:hash_update (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hash.c | 133 .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 D | rsa-checksum.c | 39 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 D | fsl_validate.c | 506 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 D | hash.h | 57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, member
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu.c | 150 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()
|