PSA_ALG_IS_WILDCARD macro
Whether the specified algorithm encoding is a wildcard. Wildcard values may only be used to set the usage algorithm field in a policy, not to perform an operation.
Arguments
alg
An algorithm identifier (value of type #psa_algorithm_t).
Return value
1 if \c alg is a wildcard algorithm encoding. 0 if \c alg is a non-wildcard algorithm encoding (suitable for an operation). This macro may return either 0 or 1 if \c alg is not a supported algorithm identifier.