RSA PKCS#1 v1.5 signature with hashing. This is the signature scheme defined by RFC 8017 (PKCS#1: RSA Cryptography Specifications) under the name RSASSA-PKCS1-v1_5.
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 PKCS#1 v1.5 signature algorithm. Unspecified if \p hash_alg is not a supported hash algorithm.