mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 15:05:06 +00:00 
			
		
		
		
	psa: include: Clarify scope of crypto_builtin/driver_contexts.h
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		
							parent
							
								
									06c84ca5f8
								
							
						
					
					
						commit
						dd3b539573
					
				| 
						 | 
				
			
			@ -1,6 +1,15 @@
 | 
			
		|||
/*
 | 
			
		||||
 *  Context structure declaration of the software-based drivers called
 | 
			
		||||
 *  through the PSA Crypto driver dispatch layer.
 | 
			
		||||
 *  Context structure declaration of the Mbed TLS software-based PSA drivers
 | 
			
		||||
 *  called through the PSA Crypto driver dispatch layer.
 | 
			
		||||
 *
 | 
			
		||||
 * \note This file may not be included directly. Applications must
 | 
			
		||||
 * include psa/crypto.h.
 | 
			
		||||
 *
 | 
			
		||||
 * \note This header and its content is not part of the Mbed TLS API and
 | 
			
		||||
 * applications must not depend on it. Its main purpose is to define the
 | 
			
		||||
 * multi-part state objects of the Mbed TLS software-based PSA drivers. The
 | 
			
		||||
 * definition of these objects are then used by crypto_struct.h to define the
 | 
			
		||||
 * implementation-defined types of PSA multi-part state objects.
 | 
			
		||||
 */
 | 
			
		||||
/*
 | 
			
		||||
 *  Copyright The Mbed TLS Contributors
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,6 +3,15 @@
 | 
			
		|||
 *  interface.
 | 
			
		||||
 *
 | 
			
		||||
 *  Warning: This file will be auto-generated in the future.
 | 
			
		||||
 *
 | 
			
		||||
 * \note This file may not be included directly. Applications must
 | 
			
		||||
 * include psa/crypto.h.
 | 
			
		||||
 *
 | 
			
		||||
 * \note This header and its content is not part of the Mbed TLS API and
 | 
			
		||||
 * applications must not depend on it. Its main purpose is to define the
 | 
			
		||||
 * multi-part state objects of the PSA drivers included in the cryptographic
 | 
			
		||||
 * library. The definition of these objects are then used by crypto_struct.h
 | 
			
		||||
 * to define the implementation-defined types of PSA multi-part state objects.
 | 
			
		||||
 */
 | 
			
		||||
/*  Copyright The Mbed TLS Contributors
 | 
			
		||||
 *  SPDX-License-Identifier: Apache-2.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue