mbedtls_psa_mac_compute() is only used within mbedTLS.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS Success. #PSA_ERROR_NOT_SUPPORTED \p alg is not supported. #PSA_ERROR_BUFFER_TOO_SMALL \p mac_size is too small #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription

Notes

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

References