PSA_ALG_IS_RAW_KEY_AGREEMENT macro
Whether the specified algorithm is a raw key agreement algorithm. A raw key agreement algorithm is one that does not specify a key derivation function. Usually, raw key agreement algorithms are constructed directly with a \c PSA_ALG_xxx macro while non-raw key agreement algorithms are constructed with #PSA_ALG_KEY_AGREEMENT().
Arguments
alg
An algorithm identifier (value of type #psa_algorithm_t).
Return value
1 if \p alg is a raw key agreement algorithm, 0 otherwise. This macro may return either 0 or 1 if \p alg is not a supported algorithm identifier.