PSA_MAC_TRUNCATED_LENGTH macro
Length to which a MAC algorithm is truncated.
Arguments
mac_alg
A MAC algorithm identifier (value of type #psa_algorithm_t such that #PSA_ALG_IS_MAC(\p mac_alg) is true).
Return value
Length of the truncated MAC in bytes. 0 if \p mac_alg is a non-truncated MAC algorithm. Unspecified if \p mac_alg is not a supported MAC algorithm.