From 5b79ee252e56b068a63d4753c6a87d51a430f0cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 4 May 2021 10:34:56 +0200 Subject: [PATCH] Fix typo in doxygen reference 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_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index 304182519f..0f156a80f0 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -1792,7 +1792,7 @@ * AES-CMAC-PRF-128 PRF specified by RFC 4615. * * This key derivation algorithm uses the same inputs as - * #PBKDF_ALG_PBKDF2_HMAC() with the same constraints. + * #PSA_ALG_PBKDF2_HMAC() with the same constraints. */ #define PSA_ALG_PBKDF2_AES_CMAC_PRF_128 ((psa_algorithm_t)0x08800200)