Searched refs:hash1_text (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/mvebu/
H A Dbubt.c776 sha1_context hash1_text; local
837 sha1_starts(&hash1_text);
838 sha1_update(&hash1_text, buff, image_size_to_hash);
839 sha1_finish(&hash1_text, hash_160_output);

Completed in 43 milliseconds