Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu.c23 static struct hash_algo *dfu_hash_algo; variable
149 if (dfu_hash_algo) in dfu_write_buffer_drain()
150 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
221 if (dfu_hash_algo) in dfu_flush()
222 printf("\nDFU complete %s: 0x%08x\n", dfu_hash_algo->name, in dfu_flush()
309 if (dfu_hash_algo) in dfu_read_buffer_fill()
310 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()
375 if (dfu_hash_algo) in dfu_read()
377 dfu_hash_algo->name, dfu->crc); in dfu_read()
452 dfu_hash_algo = NULL; in dfu_config_entities()
[all …]