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

Return value

#PSA_SUCCESS The expected MAC is identical to the actual MAC of the message. #PSA_ERROR_INVALID_SIGNATURE The MAC of the message was calculated successfully, but it differs from the expected MAC. #PSA_ERROR_BAD_STATE The operation state is not valid (it must be an active mac verify operation). #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

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

References