Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c151 rc = MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED; in chachapoly_crypt_and_tag()
243 return( MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED ); in mbedtls_chachapoly_auth_decrypt()
/trusted-firmware-m-latest/interface/include/mbedtls/
Dchachapoly.h32 #define MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED -0x0056 macro