Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dgcm.h41 #define MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL -0x0016 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c683 case -(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL): in mbedtls_low_level_strerr()
H A Dgcm.c576 return MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL; in mbedtls_gcm_update()
H A Dpsa_crypto.c431 case MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1665 * New error code for GCM: MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL.
1668 MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL in case the buffer length is too small.