commit | f33a5ef4d371714d9b9e9c7fd94a54c8739722ae | [log] [tgz] |
---|---|---|
author | Ryan Everett <ryan.everett@arm.com> | Fri Nov 08 15:03:15 2024 +0000 |
committer | Ryan Everett <ryan.everett@arm.com> | Fri Nov 08 15:51:39 2024 +0000 |
tree | e0de6472b3b1f3309ec56ef1488915500c4a5564 | |
parent | a1cacd309681b56b65ae7ef215281d6e9575c6c7 [diff] |
fix(mbedtls): fix error return code for calc_hash Make this function return values from crypto_ret_value. The previous method of returning the mbedtls error code on failure meant that the authentication module couldn't correctly parse failures from this function. Change-Id: I9fe6eba1fc79e8f81004f8cd202781aea907e963 Signed-off-by: Ryan Everett <ryan.everett@arm.com>