mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05: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(). */
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user