mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 17:25:35 +00:00
Correct the documentation of mem_is_zero
This commit is contained in:
parent
eae6eee24c
commit
d35a1cce7f
|
@ -11,7 +11,7 @@
|
||||||
/** An invalid export length that will never be set by psa_export_key(). */
|
/** An invalid export length that will never be set by psa_export_key(). */
|
||||||
static const size_t INVALID_EXPORT_LENGTH = ~0U;
|
static const size_t INVALID_EXPORT_LENGTH = ~0U;
|
||||||
|
|
||||||
/** Test if a buffer is not all-bits zero.
|
/** Test if a buffer is all-bits zero.
|
||||||
*
|
*
|
||||||
* \param buffer Pointer to the beginning of the buffer.
|
* \param buffer Pointer to the beginning of the buffer.
|
||||||
* \param size Size of the buffer in bytes.
|
* \param size Size of the buffer in bytes.
|
||||||
|
|
Loading…
Reference in a new issue