From 566899eefae1eae26eb971b68ae535b2d06b124a Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 4 Mar 2021 08:56:17 +0100 Subject: [PATCH] psa: Remove outdated comments Signed-off-by: Ronald Cron --- library/psa_crypto.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index ecb00f0b0..3ba056d24 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -3165,7 +3165,6 @@ psa_status_t psa_sign_hash( mbedtls_svc_key_id_t key, .core = slot->attr }; - /* Try any of the available accelerators first */ status = psa_driver_wrapper_sign_hash( &attributes, slot->key.data, slot->key.bytes, alg, hash, hash_length, @@ -3262,7 +3261,6 @@ psa_status_t psa_verify_hash( mbedtls_svc_key_id_t key, .core = slot->attr }; - /* Try any of the available accelerators first */ status = psa_driver_wrapper_verify_hash( &attributes, slot->key.data, slot->key.bytes, alg, hash, hash_length,