mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 06:28:17 +02:00
Correct the documentation of mem_is_zero
This commit is contained in:
committed by
itayzafrir
parent
eae6eee24c
commit
d35a1cce7f
@@ -11,7 +11,7 @@
|
||||
/** An invalid export length that will never be set by psa_export_key(). */
|
||||
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 size Size of the buffer in bytes.
|
||||
|
||||
Reference in New Issue
Block a user