mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Fix a few typos
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@@ -2187,7 +2187,7 @@ static inline int mbedtls_svc_key_id_is_null( mbedtls_svc_key_id_t key )
|
||||
* psa_key_derivation_verify_output_bytes() or
|
||||
* psa_key_derivation_verify_output_key() at the end of the operation.
|
||||
*/
|
||||
#define PSA_KEY_USAGE_PASSWORD_HASH_AND_VERITY ((psa_key_usage_t)0x00008000)
|
||||
#define PSA_KEY_USAGE_PASSWORD_HASH_AND_VERIFY ((psa_key_usage_t)0x00008000)
|
||||
|
||||
/** Whether the key may be used to as the expected value to which a password
|
||||
* hash will be compared.
|
||||
|
||||
Reference in New Issue
Block a user