commit | d448312e315c42a3f2e7ab403bbb316e91fe33a1 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Fri Aug 17 11:00:45 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 03 16:01:22 2012 -0700 |
tree | 7710139794ec6c56d4c7d81a90ccd4f6c44cce7c | |
parent | eeff2287de664c9d4d8b53cc2ba42876955d2a12 [diff] |
Implement verify option for sha1sum command Loosely based on CONFIG_CRC32_VERIFY. The sum to verify against can be in memory, in a variable, or the last parameter to the function directly. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>