mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	Updated documentation for seed functions w.r.t. return values
This commit is contained in:
		
							parent
							
								
									3f0be61a27
								
							
						
					
					
						commit
						766a5d0206
					
				@ -204,7 +204,8 @@ int ctr_drbg_random( void *p_rng,
 | 
			
		||||
 * \param ctx           CTR_DRBG context
 | 
			
		||||
 * \param path          Name of the file
 | 
			
		||||
 *
 | 
			
		||||
 * \return              0 if successful, 1 on file error, or
 | 
			
		||||
 * \return              0 if successful,
 | 
			
		||||
 *                      POLARSSL_ERR_CTR_DRBG_FILE_IO_ERROR on file error, or
 | 
			
		||||
 *                      POLARSSL_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED
 | 
			
		||||
 */
 | 
			
		||||
int ctr_drbg_write_seed_file( ctr_drbg_context *ctx, const char *path );
 | 
			
		||||
@ -216,7 +217,8 @@ int ctr_drbg_write_seed_file( ctr_drbg_context *ctx, const char *path );
 | 
			
		||||
 * \param ctx           CTR_DRBG context
 | 
			
		||||
 * \param path          Name of the file
 | 
			
		||||
 *
 | 
			
		||||
 * \return              0 if successful, 1 on file error,
 | 
			
		||||
 * \return              0 if successful,
 | 
			
		||||
 *                      POLARSSL_ERR_CTR_DRBG_FILE_IO_ERROR on file error,
 | 
			
		||||
 *                      POLARSSL_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED or
 | 
			
		||||
 *                      POLARSSL_ERR_CTR_DRBG_INPUT_TOO_BIG
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user