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

Return value

#PSA_SUCCESS Success. #PSA_ERROR_BAD_STATE The operation state is not valid (it must be an active mac sign operation). #PSA_ERROR_BUFFER_TOO_SMALL The size of the \p mac buffer is too small. A sufficient buffer size can be determined by calling PSA_MAC_LENGTH(). #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

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

References