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

Return value

#PSA_SUCCESS Success. #PSA_ERROR_NOT_SUPPORTED \p alg is not supported. #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription #PSA_ERROR_CORRUPTION_DETECTED \emptydescription #PSA_ERROR_BAD_STATE The operation state is not valid (it must be inactive).

Notes

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

References