Lines Matching refs:hash_alg
359 * \param hash_alg A hash algorithm (\c PSA_ALG_XXX value such that
360 * #PSA_ALG_IS_HASH(\p hash_alg) is true).
365 * \return Unspecified if \p hash_alg is not a supported
368 #define PSA_ALG_DSA(hash_alg) \
369 (PSA_ALG_DSA_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))
377 * \param hash_alg A hash algorithm (\c PSA_ALG_XXX value such that
378 * #PSA_ALG_IS_HASH(\p hash_alg) is true).
383 * \return Unspecified if \p hash_alg is not a supported
386 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \
387 (PSA_ALG_DETERMINISTIC_DSA_BASE | ((hash_alg) & PSA_ALG_HASH_MASK))