mbedtls_psa_aead_finish() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS Success. #PSA_ERROR_BUFFER_TOO_SMALL The size of the \p tag buffer is too small. #PSA_AEAD_TAG_LENGTH(\c key_type, key_bits, \c alg) or #PSA_AEAD_TAG_MAX_SIZE can be used to determine the required \p tag buffer size.

Notes

The signature of this function is that of a PSA driver aead_finish entry point. This function behaves as an aead_finish entry point as defined in the PSA driver interface specification for transparent drivers.