mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Fix a few typos
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@@ -3733,7 +3733,7 @@ psa_status_t psa_key_derivation_verify_output_bytes(
|
|||||||
* It is implementation-dependent whether a failure to initialize
|
* It is implementation-dependent whether a failure to initialize
|
||||||
* results in this error code.
|
* results in this error code.
|
||||||
*/
|
*/
|
||||||
psa_status_t psa_key_derivation_verify_output_bytes(
|
psa_status_t psa_key_derivation_verify_output_key(
|
||||||
psa_key_derivation_operation_t *operation,
|
psa_key_derivation_operation_t *operation,
|
||||||
psa_key_id_t expected);
|
psa_key_id_t expected);
|
||||||
|
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
#define PSA_WANT_ALG_MD4 1
|
#define PSA_WANT_ALG_MD4 1
|
||||||
#define PSA_WANT_ALG_MD5 1
|
#define PSA_WANT_ALG_MD5 1
|
||||||
#define PSA_WANT_ALG_OFB 1
|
#define PSA_WANT_ALG_OFB 1
|
||||||
/* PBKDF2-HMAC is not yet support via the PSA API in Mbed TLS.
|
/* PBKDF2-HMAC is not yet supported via the PSA API in Mbed TLS.
|
||||||
* Note: when adding support, also adjust include/mbedtls/config_psa.h */
|
* Note: when adding support, also adjust include/mbedtls/config_psa.h */
|
||||||
//#define PSA_WANT_ALG_PBKDF2_HMAC 1
|
//#define PSA_WANT_ALG_PBKDF2_HMAC 1
|
||||||
#define PSA_WANT_ALG_RIPEMD160 1
|
#define PSA_WANT_ALG_RIPEMD160 1
|
||||||
|
@@ -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_bytes() or
|
||||||
* psa_key_derivation_verify_output_key() at the end of the operation.
|
* 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
|
/** Whether the key may be used to as the expected value to which a password
|
||||||
* hash will be compared.
|
* hash will be compared.
|
||||||
|
Reference in New Issue
Block a user