| commit | bdc65793dc1c286ff3d1736105a2784c48bff9cb | [log] [tgz] |
|---|---|---|
| author | Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com> | Tue Dec 02 15:13:01 2025 +0000 |
| committer | Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com> | Tue Dec 02 15:39:44 2025 +0000 |
| tree | 6e5130827051c3d71421d2d2207e05bcb1c43f0d | |
| parent | 3d671664b186778d0a2e89840d6f880849fbdd88 [diff] |
Crypto: use PSA crypto API for hashing Use psa_hash_compute() for single-part hashing instead of bl1_hash_compute(). The goal is to use the consistent and standardized PSA crypto API. Change-Id: I3331d1ce9f2f690a1d3ba3d6364fa876742fe3ac Signed-off-by: Amjad Ouled-Ameur <amjad.ouled-ameur@arm.com>