The mbedtls hashing has not been integrated into U-Boot's hash API. As a first step, add the mbedtls hash type into struct hash_algo and provide the values. This allows looking up the type by its name. Signed-off-by: Simon Glass <sjg@chromium.org>