PSA_ALG_IS_MAC macro
Whether the specified algorithm is a MAC algorithm.
Arguments
alg
An algorithm identifier (value of type #psa_algorithm_t).
Return value
1 if \p alg is a MAC algorithm, 0 otherwise. This macro may return either 0 or 1 if \p alg is not a supported algorithm identifier.