1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

More renaming: method -> production parameters

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2024-02-20 17:10:56 +01:00
parent 092ce51c47
commit 23605d19d9
3 changed files with 11 additions and 10 deletions

View File

@ -3782,7 +3782,8 @@ psa_status_t psa_key_derivation_output_key(
* this function is equivalent to
* psa_key_derivation_output_key().
* Mbed TLS currently only supports the default
* method, i.e. #PSA_KEY_PRODUCTION_PARAMETERS_INIT,
* production parameters, i.e.
* #PSA_KEY_PRODUCTION_PARAMETERS_INIT,
* for all key types.
* \param params_data_length
* Length of `params->data` in bytes.