Lines Matching refs:hash
142 /** Sign an already-calculated hash with a private key using p256-m's ECDSA
151 * \param[in] hash The hash to sign.
152 * \param[in] hash_length Size of the \p hash buffer in bytes.
172 const uint8_t *hash,
178 /** Verify the signature of a hash using a SECP256R1 public key using p256-m's
195 * \param[in] hash The hash whose signature is to be
197 * \param[in] hash_length Size of the \p hash buffer in bytes.
214 const uint8_t *hash,