[U-Boot] [PATCH] md5: Export step-by-step API
Wolfgang Denk
wd at denx.de
Sun Sep 2 17:30:02 CEST 2012
Dear Benoît Thébaudeau,
In message <1882962205.333751.1342791280043.JavaMail.root at advansee.com> you wrote:
> Export the MD5 step-by-step API so that it is possible for the lib users to
> digest files by chunks. This is especially useful for very large files that
> would not fit into the embedded RAM.
>
> Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau at advansee.com>
> Cc: Wolfgang Denk <wd at denx.de>
> ---
> .../include/u-boot/md5.h | 4 ++++
> {u-boot-66714b1.orig => u-boot-66714b1}/lib/md5.c | 6 +++---
> 2 files changed, 7 insertions(+), 3 deletions(-)
As is, there are no users for this code, and we avoid adding dead
code.
Please re-submit with the code that actually uses this feature.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When all else fails, read the instructions.
More information about the U-Boot
mailing list