Whether the specified algorithm is an HKDF-Expand algorithm. HKDF-Expand is a family of key derivation algorithms that are based on a hash function and the HMAC construction.
An algorithm identifier (value of type #psa_algorithm_t).
Return value
1 if \c alg is an HKDF-Expand algorithm, 0 otherwise. This macro may return either 0 or 1 if \c alg is not a supported key derivation algorithm identifier.