mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Fix copypasta in the description of mbedtls_gcm_update_ad
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		
							parent
							
								
									295fc13ef3
								
							
						
					
					
						commit
						52118189da
					
				@ -240,8 +240,9 @@ int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,
 | 
				
			|||||||
                        size_t iv_len );
 | 
					                        size_t iv_len );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief           This function starts a GCM encryption or decryption
 | 
					 * \brief           This function feeds an input buffer as associated data
 | 
				
			||||||
 *                  operation.
 | 
					 *                  (authenticated but not encrypted data) in a GCM
 | 
				
			||||||
 | 
					 *                  encryption or decryption operation.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \note            This function may only be called once per operation:
 | 
					 * \note            This function may only be called once per operation:
 | 
				
			||||||
 *                  you must pass the whole associated data in a single
 | 
					 *                  you must pass the whole associated data in a single
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user