mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 20:55:39 +00:00
Grammar fix
This commit is contained in:
parent
20a77aeac7
commit
27a983d93c
|
@ -669,7 +669,7 @@ psa_status_t psa_get_key_domain_parameters(
|
||||||
* psa_get_key_domain_parameters() will not fail with
|
* psa_get_key_domain_parameters() will not fail with
|
||||||
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
||||||
* If the parameters are a valid combination that is not supported
|
* If the parameters are a valid combination that is not supported
|
||||||
* by the implementation, this macro either shall return either a
|
* by the implementation, this macro shall return either a
|
||||||
* sensible size or 0.
|
* sensible size or 0.
|
||||||
* If the parameters are not valid, the
|
* If the parameters are not valid, the
|
||||||
* return value is unspecified.
|
* return value is unspecified.
|
||||||
|
|
|
@ -447,7 +447,7 @@
|
||||||
* psa_asymmetric_sign() will not fail with
|
* psa_asymmetric_sign() will not fail with
|
||||||
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
||||||
* If the parameters are a valid combination that is not supported
|
* If the parameters are a valid combination that is not supported
|
||||||
* by the implementation, this macro either shall return either a
|
* by the implementation, this macro shall return either a
|
||||||
* sensible size or 0.
|
* sensible size or 0.
|
||||||
* If the parameters are not valid, the
|
* If the parameters are not valid, the
|
||||||
* return value is unspecified.
|
* return value is unspecified.
|
||||||
|
@ -478,7 +478,7 @@
|
||||||
* psa_asymmetric_encrypt() will not fail with
|
* psa_asymmetric_encrypt() will not fail with
|
||||||
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
||||||
* If the parameters are a valid combination that is not supported
|
* If the parameters are a valid combination that is not supported
|
||||||
* by the implementation, this macro either shall return either a
|
* by the implementation, this macro shall return either a
|
||||||
* sensible size or 0.
|
* sensible size or 0.
|
||||||
* If the parameters are not valid, the
|
* If the parameters are not valid, the
|
||||||
* return value is unspecified.
|
* return value is unspecified.
|
||||||
|
@ -509,7 +509,7 @@
|
||||||
* psa_asymmetric_decrypt() will not fail with
|
* psa_asymmetric_decrypt() will not fail with
|
||||||
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
||||||
* If the parameters are a valid combination that is not supported
|
* If the parameters are a valid combination that is not supported
|
||||||
* by the implementation, this macro either shall return either a
|
* by the implementation, this macro shall return either a
|
||||||
* sensible size or 0.
|
* sensible size or 0.
|
||||||
* If the parameters are not valid, the
|
* If the parameters are not valid, the
|
||||||
* return value is unspecified.
|
* return value is unspecified.
|
||||||
|
@ -680,7 +680,7 @@
|
||||||
* psa_asymmetric_sign() will not fail with
|
* psa_asymmetric_sign() will not fail with
|
||||||
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
* #PSA_ERROR_BUFFER_TOO_SMALL.
|
||||||
* If the parameters are a valid combination that is not supported
|
* If the parameters are a valid combination that is not supported
|
||||||
* by the implementation, this macro either shall return either a
|
* by the implementation, this macro shall return either a
|
||||||
* sensible size or 0.
|
* sensible size or 0.
|
||||||
* If the parameters are not valid, the
|
* If the parameters are not valid, the
|
||||||
* return value is unspecified.
|
* return value is unspecified.
|
||||||
|
|
Loading…
Reference in a new issue