mbedTLS + 0/1 examples
SourceVu will show references to esp_aes_gcm_auth_decrypt() from the following samples and libraries:
 
Symbols
loading...
Files
loading (2/5)...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

0 if successful and authenticated. #MBEDTLS_ERR_GCM_AUTH_FAILED if the tag does not match.

Notes

For decryption, the output buffer cannot be the same as input buffer. If the buffers overlap, the output buffer must trail at least 8 Bytes behind the input buffer.