Home
last modified time | relevance | path

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

/external/u-boot/drivers/dfu/
Ddfu.c22 static struct hash_algo *dfu_hash_algo; variable
148 if (dfu_hash_algo) in dfu_write_buffer_drain()
149 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
220 if (dfu_hash_algo) in dfu_flush()
221 printf("\nDFU complete %s: 0x%08x\n", dfu_hash_algo->name, in dfu_flush()
308 if (dfu_hash_algo) in dfu_read_buffer_fill()
309 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()
374 if (dfu_hash_algo) in dfu_read()
376 dfu_hash_algo->name, dfu->crc); in dfu_read()
448 dfu_hash_algo = NULL; in dfu_config_entities()
[all …]