Lines Matching refs:dfu_hash_algo
23 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()
455 ret = hash_lookup_algo(s, &dfu_hash_algo); in dfu_config_entities()