Correct the documentation of mem_is_zero

This commit is contained in:
Gilles Peskine 2018-06-26 21:26:10 +02:00 committed by itayzafrir
parent eae6eee24c
commit d35a1cce7f

View file

@ -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.