RSA PSS signature with hashing with relaxed verification. This algorithm has the same behavior as #PSA_ALG_RSA_PSS when signing, but allows an arbitrary salt length (including \c 0) when verifying a signature.
A hash algorithm (\c PSA_ALG_XXX value such that #PSA_ALG_IS_HASH(\p hash_alg) is true). This includes #PSA_ALG_ANY_HASH when specifying the algorithm in a usage policy.
Return value
The corresponding RSA PSS signature algorithm. Unspecified if \p hash_alg is not a supported hash algorithm.