mbedtls_chachapoly_auth_decrypt() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 on success. #MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED if the data was not authentic. Another negative error code on other kinds of failure.

Notes

Before using this function, you must set the key with \c mbedtls_chachapoly_setkey().

References