Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c148 return MBEDTLS_ERR_CHACHAPOLY_BAD_STATE; in mbedtls_chachapoly_update_aad()
165 return MBEDTLS_ERR_CHACHAPOLY_BAD_STATE; in mbedtls_chachapoly_update()
211 return MBEDTLS_ERR_CHACHAPOLY_BAD_STATE; in mbedtls_chachapoly_finish()
H A Derror.c629 case -(MBEDTLS_ERR_CHACHAPOLY_BAD_STATE): in mbedtls_low_level_strerr()
H A Dpsa_crypto.c382 case MBEDTLS_ERR_CHACHAPOLY_BAD_STATE: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h30 #define MBEDTLS_ERR_CHACHAPOLY_BAD_STATE -0x0054 macro