From 3293dae00eaf300bd6f180181c253551b7506d3e Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 3 Jun 2021 13:21:33 +0100 Subject: [PATCH] psa_pake_setup(): simplify documentation This level of detail can be confusing and could require even more detail to clear it up. Simplifying it instead in alignment wiht the documentation of existing setup functions. Signed-off-by: Janos Follath --- include/psa/crypto_extra.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/psa/crypto_extra.h b/include/psa/crypto_extra.h index 66c9f9c20..a7425deb2 100644 --- a/include/psa/crypto_extra.h +++ b/include/psa/crypto_extra.h @@ -1317,10 +1317,7 @@ static psa_pake_operation_t psa_pake_operation_init(void); * - A successful call to psa_pake_get_implicit_key(). * * \param[in,out] operation The operation object to set up. It must have - * been initialized as per the documentation for - * #psa_pake_operation_t and not yet in use (no - * other function has been called on it since the - * last initialization). + * been initialized but not set up yet. * \param cipher_suite The cipher suite to use. (A cipher suite fully * characterizes a PAKE algorithm and determines * the algorithm as well.)