From 4e02f01815557a04c30b73dcec99e6de3a808334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 12 May 2021 10:05:45 +0200 Subject: [PATCH] Fix key type that wasn't updated earlier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 6fee2b4676..dfd47314f5 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -3736,7 +3736,7 @@ psa_status_t psa_key_derivation_verify_bytes( * * This function calculates output bytes from a key derivation algorithm and * compares those bytes to an expected value, provided as key of type - * #PSA_KEY_TYPE_RAW_DATA, in constant time. + * #PSA_KEY_TYPE_PASSWORD_HASH. * If you view the key derivation's output as a stream of bytes, this * function destructively reads the number of bytes corresponding the the * length of the expected value from the stream before comparing them.