mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Add some API calling order documentation
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		
							parent
							
								
									f668bd18df
								
							
						
					
					
						commit
						542957d6b1
					
				@ -297,6 +297,11 @@ int mbedtls_ccm_star_auth_decrypt( mbedtls_ccm_context *ctx, size_t length,
 | 
			
		||||
 * \brief           This function starts a CCM encryption or decryption
 | 
			
		||||
 *                  operation.
 | 
			
		||||
 *
 | 
			
		||||
 *                  This function and mbedtls_ccm_set_lengths() must be called
 | 
			
		||||
 *                  before calling mbedtls_ccm_update_ad() or
 | 
			
		||||
 *                  mbedtls_ccm_update(). This function can be called before
 | 
			
		||||
 *                  or after mbedtls_ccm_set_lengths().
 | 
			
		||||
 *
 | 
			
		||||
 * \note            This function is not implemented in Mbed TLS yet.
 | 
			
		||||
 *
 | 
			
		||||
 * \param ctx       The CCM context. This must be initialized.
 | 
			
		||||
@ -325,6 +330,11 @@ int mbedtls_ccm_starts( mbedtls_ccm_context *ctx,
 | 
			
		||||
 *                  and additional data for a CCM encryption or decryption
 | 
			
		||||
 *                  operation.
 | 
			
		||||
 *
 | 
			
		||||
 *                  This function and mbedtls_ccm_starts() must be called
 | 
			
		||||
 *                  before calling mbedtls_ccm_update_ad() or
 | 
			
		||||
 *                  mbedtls_ccm_update(). This function can be called before
 | 
			
		||||
 *                  or after mbedtls_ccm_starts().
 | 
			
		||||
 *
 | 
			
		||||
 * \note            This function is not implemented in Mbed TLS yet.
 | 
			
		||||
 *
 | 
			
		||||
 * \param ctx       The CCM context. This must be initialized.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user