Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/dfu/
H A Ddfu.c22 static struct hash_algo *dfu_hash_algo; variable
150 if (dfu_hash_algo) in dfu_write_buffer_drain()
151 dfu_hash_algo->hash_update(dfu_hash_algo, &dfu->crc, in dfu_write_buffer_drain()
222 if (dfu_hash_algo) in dfu_flush()
223 printf("\nDFU complete %s: 0x%08x\n", dfu_hash_algo->name, in dfu_flush()
310 if (dfu_hash_algo) in dfu_read_buffer_fill()
311 dfu_hash_algo->hash_update(dfu_hash_algo, in dfu_read_buffer_fill()
376 if (dfu_hash_algo) in dfu_read()
378 dfu_hash_algo->name, dfu->crc); in dfu_read()
450 dfu_hash_algo = NULL; in dfu_config_entities()
[all …]