lib/md5: Export progressive APIs
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Fri, 30 Jul 2021 01:08:02 +0000 (09:08 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
commit74bda4fe3d6d153a6b66b5f1e412c32b718bcfbc
treef20c3b3bcfdb2d77661aecde69f5027aa89840ab
parentfe68a67a5f11991146f47c2975a4e1156355a92c
lib/md5: Export progressive APIs

Export the MD5 hash init/update/finish progressive APIs
for better flexibility.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
include/u-boot/md5.h
lib/md5.c