mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	error.c re-generated
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
		
							parent
							
								
									33946bbf16
								
							
						
					
					
						commit
						1fbdb25d60
					
				@ -102,6 +102,10 @@
 | 
			
		||||
#include "mbedtls/error.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_PLATFORM_C)
 | 
			
		||||
#include "mbedtls/platform.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_GCM_C)
 | 
			
		||||
#include "mbedtls/gcm.h"
 | 
			
		||||
#endif
 | 
			
		||||
@ -146,10 +150,6 @@
 | 
			
		||||
#include "mbedtls/pkcs5.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_PLATFORM_C)
 | 
			
		||||
#include "mbedtls/platform.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_POLY1305_C)
 | 
			
		||||
#include "mbedtls/poly1305.h"
 | 
			
		||||
#endif
 | 
			
		||||
@ -678,6 +678,13 @@ const char * mbedtls_low_level_strerr( int error_code )
 | 
			
		||||
            return( "ERROR - This is a bug in the library" );
 | 
			
		||||
#endif /* MBEDTLS_ERROR_C */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_PLATFORM_C)
 | 
			
		||||
        case -(MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED):
 | 
			
		||||
            return( "PLATFORM - Hardware accelerator failed" );
 | 
			
		||||
        case -(MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED):
 | 
			
		||||
            return( "PLATFORM - The requested feature is not supported by the platform" );
 | 
			
		||||
#endif /* MBEDTLS_PLATFORM_C */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_GCM_C)
 | 
			
		||||
        case -(MBEDTLS_ERR_GCM_AUTH_FAILED):
 | 
			
		||||
            return( "GCM - Authenticated decryption failed" );
 | 
			
		||||
@ -742,13 +749,6 @@ const char * mbedtls_low_level_strerr( int error_code )
 | 
			
		||||
            return( "PADLOCK - Input data should be aligned" );
 | 
			
		||||
#endif /* MBEDTLS_PADLOCK_C */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_PLATFORM_C)
 | 
			
		||||
        case -(MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED):
 | 
			
		||||
            return( "PLATFORM - Hardware accelerator failed" );
 | 
			
		||||
        case -(MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED):
 | 
			
		||||
            return( "PLATFORM - The requested feature is not supported by the platform" );
 | 
			
		||||
#endif /* MBEDTLS_PLATFORM_C */
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_POLY1305_C)
 | 
			
		||||
        case -(MBEDTLS_ERR_POLY1305_BAD_INPUT_DATA):
 | 
			
		||||
            return( "POLY1305 - Invalid input parameter(s)" );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user