1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-10 17:01:41 +08:00

Update obsolete section title

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2025-02-05 18:02:49 +01:00
parent ae18357880
commit cdb37812e5

View File

@ -5585,7 +5585,7 @@ psa_status_t psa_aead_abort(psa_aead_operation_t *operation)
} }
/****************************************************************/ /****************************************************************/
/* Generators */ /* Key derivation: output generation */
/****************************************************************/ /****************************************************************/
#if defined(BUILTIN_ALG_ANY_HKDF) || \ #if defined(BUILTIN_ALG_ANY_HKDF) || \
@ -6667,7 +6667,7 @@ psa_status_t psa_key_derivation_output_key(
/****************************************************************/ /****************************************************************/
/* Key derivation */ /* Key derivation: operation management */
/****************************************************************/ /****************************************************************/
#if defined(AT_LEAST_ONE_BUILTIN_KDF) #if defined(AT_LEAST_ONE_BUILTIN_KDF)
@ -8222,6 +8222,8 @@ psa_status_t psa_generate_key(const psa_key_attributes_t *attributes,
key); key);
} }
/****************************************************************/ /****************************************************************/
/* Module setup */ /* Module setup */
/****************************************************************/ /****************************************************************/
@ -8497,6 +8499,12 @@ exit:
return status; return status;
} }
/****************************************************************/
/* PAKE */
/****************************************************************/
#if defined(PSA_WANT_ALG_SOME_PAKE) #if defined(PSA_WANT_ALG_SOME_PAKE)
psa_status_t psa_crypto_driver_pake_get_password_len( psa_status_t psa_crypto_driver_pake_get_password_len(
const psa_crypto_driver_pake_inputs_t *inputs, const psa_crypto_driver_pake_inputs_t *inputs,