commit | 09e55004d4f81ea890a551a787cfe16b0d32dec3 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Tue Feb 22 16:36:20 2022 +0000 |
committer | György Szing <gyorgy.szing@arm.com> | Tue Jul 05 07:42:15 2022 +0200 |
tree | 5808ef3682b4f0928c3c607c831bc5add658e509 | |
parent | adb0abe5b300d6e880100a730303ce1e37d574b4 [diff] |
Simplify handling of psa_hash_suspend/resume The PSA Crypto API functions psa_hash_suspend and psa_hash_resume never need to be supported by a service provider so the client-side handling can be simplified. This change removes the mapping from the client functions to the backend crypto call, allowing the crypto caller support for the functions to be removed. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: Ib26e36e1e4065ebb685fb9cbf7f9c3a727784259