Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_GCM_BAD_INPUT (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dgcm.c57 MBEDTLS_INTERNAL_VALIDATE_RET( cond, MBEDTLS_ERR_GCM_BAD_INPUT )
153 return( MBEDTLS_ERR_GCM_BAD_INPUT ); in mbedtls_gcm_setkey()
156 return( MBEDTLS_ERR_GCM_BAD_INPUT ); in mbedtls_gcm_setkey()
272 return( MBEDTLS_ERR_GCM_BAD_INPUT ); in mbedtls_gcm_starts()
354 return( MBEDTLS_ERR_GCM_BAD_INPUT ); in mbedtls_gcm_update()
361 return( MBEDTLS_ERR_GCM_BAD_INPUT ); in mbedtls_gcm_update()
416 return( MBEDTLS_ERR_GCM_BAD_INPUT ); in mbedtls_gcm_finish()
A Derror.c754 case -(MBEDTLS_ERR_GCM_BAD_INPUT): in mbedtls_low_level_strerr()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dgcm.h55 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 macro
A Dcompat-1.3.h1092 #define POLARSSL_ERR_GCM_BAD_INPUT MBEDTLS_ERR_GCM_BAD_INPUT

Completed in 20 milliseconds