Write missing bit of the documentation of psa_key_derivation

This commit is contained in:
Gilles Peskine 2018-09-18 12:12:42 +02:00
parent c11be0943e
commit 92587dbf2b

View file

@ -3040,7 +3040,10 @@ psa_status_t psa_generator_abort(psa_crypto_generator_t *generator);
* and \p label is the info string used in the "expand" step. * and \p label is the info string used in the "expand" step.
* *
* \param[in,out] generator The generator object to set up. It must * \param[in,out] generator The generator object to set up. It must
* have been initialized to . * have been initialized to all-bits-zero,
* a logical zero (`{0}`),
* \c PSA_CRYPTO_GENERATOR_INIT or
* psa_crypto_generator_init().
* \param key Slot containing the secret key to use. * \param key Slot containing the secret key to use.
* \param alg The key derivation algorithm to compute * \param alg The key derivation algorithm to compute
* (\c PSA_ALG_XXX value such that * (\c PSA_ALG_XXX value such that