Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h41 #define MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL -0x0016 macro
/openthread-latest/third_party/mbedtls/repo/library/
Derror.c681 case -(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL): in mbedtls_low_level_strerr()
Dgcm.c576 return MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL; in mbedtls_gcm_update()
Dpsa_crypto.c431 case MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL: in mbedtls_to_psa_error()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_gcm.function486 TEST_EQUAL(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL,
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1277 * New error code for GCM: MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL.
1280 MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL in case the buffer length is too small.