PSA_ALG_FULL_LENGTH_MAC macro
Macro to build the base MAC algorithm corresponding to a truncated MAC algorithm.
Arguments
mac_alg
A MAC algorithm identifier (value of type #psa_algorithm_t such that #PSA_ALG_IS_MAC(\p mac_alg) is true). This may be a truncated or untruncated MAC algorithm.
Return value
The corresponding base MAC algorithm. Unspecified if \p mac_alg is not a supported MAC algorithm.