Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dgcm.h49 #define MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL -0x0016 macro
/third_party/mbedtls/library/
Derror.c648 case -(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL): in mbedtls_low_level_strerr()
Dgcm.c436 return( MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL ); in mbedtls_gcm_update()
Dpsa_crypto.c204 case MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL: in mbedtls_to_psa_error()
/third_party/mbedtls/tests/suites/
Dtest_suite_gcm.function449 …TEST_EQUAL( MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL, mbedtls_gcm_update( &ctx, input->x, input->len, outp…
/third_party/mbedtls/
DChangeLog6 * New error code for GCM: MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL.
9 MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL in case the buffer length is too small.