mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 00:18:06 -04:00
Fix typos in documentation.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
59200a22aa
commit
7bc24cc512
@ -2686,7 +2686,7 @@ static psa_status_t psa_sign_verify_check_alg(int input_is_message,
|
|||||||
/**
|
/**
|
||||||
* \brief For output buffers which contain "tags"
|
* \brief For output buffers which contain "tags"
|
||||||
* (outputs that may be checked for validity like
|
* (outputs that may be checked for validity like
|
||||||
* Hashes, MACs and signatures), fill the unused
|
* hashes, MACs and signatures), fill the unused
|
||||||
* part of the output buffer (the whole buffer on
|
* part of the output buffer (the whole buffer on
|
||||||
* error, the trailing part on success) with
|
* error, the trailing part on success) with
|
||||||
* something that isn't a valid tag (barring an
|
* something that isn't a valid tag (barring an
|
||||||
@ -2694,9 +2694,9 @@ static psa_status_t psa_sign_verify_check_alg(int input_is_message,
|
|||||||
* input), in case the caller doesn't check the
|
* input), in case the caller doesn't check the
|
||||||
* return status properly.
|
* return status properly.
|
||||||
*
|
*
|
||||||
* \param output_buffer pointer to buffer to wipe. May not be NULL
|
* \param output_buffer Pointer to buffer to wipe. May not be NULL
|
||||||
* unless \p output_buffer_size is zero.
|
* unless \p output_buffer_size is zero.
|
||||||
* \param status status of function called to generate
|
* \param status Status of function called to generate
|
||||||
* output_buffer originally
|
* output_buffer originally
|
||||||
* \param output_buffer_size Size of output buffer. If zero, \p output_buffer
|
* \param output_buffer_size Size of output buffer. If zero, \p output_buffer
|
||||||
* could be NULL.
|
* could be NULL.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user